C++ Mania
Miscellaneous problems and features of C/C++
Tuesday, December 28, 2010
Write a C program to show day and time
#include <stdio.h>
void main()
{
printf("Date : %s\n", __DATE__);
printf("Time : %s\n", __TIME__);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment