Please explain me this code,How it Work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
16th Jun 2018, 1:26 PM
hinanawi
hinanawi - avatar