Home Unlabelled C Programming C Programming How to show date And time in C Programming #include #include int main(){ time_t lt; lt=time(NULL); printf(ctime(<));} Facebook Twitter Google+ Stumble Digg
This comment has been removed by the author.
ReplyDelete