0

Please explain me this code,How it Work?

#include <iostream> #include <stdio.h> #include <time.h> using namespace std; int main () { time_t rawtime; struct tm * timeinfo; time ( &rawtime ); cout<< "Current local time and date: %s" << ctime (&rawtime) <<endl; return 0; }

15th Jun 2018, 5:25 PM
gfdgdfgd
1 Réponse
16th Jun 2018, 1:26 PM
hinanawi
hinanawi - avatar