#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
textcolor(6);
cprintf("Showing Executing Date and Time \n");
printf("\n") ;
textcolor(2);
cprintf(" Date: %s ",__DATE__);
printf("\n") ;
textcolor(4);
cprintf(" Time: %s ",__TIME__);
getch();
}
Output
3 comments:
Way cool! Some very valid points! I appreciate you writing
this write-up and the rest of the site is very good.
My web-site; how much Should I weigh for my height
Great post however I was wanting to know if you could write a litte more
on this topic? I'd be very thankful if you could elaborate a little bit further. Kudos!
My weblog: calories burned walking calculator
Error program
Post a Comment