#include<stdio.h>
#include<time.h>
int main()
{
time_t t;
time(&t);
printf("Today's date and time : %s", ctime(&t));
return 0;
}
Today's date and time : Wed Oct 29 14:30:21 2014
FREE JOB ALERT & ONLINE TUTORIALS
#include<stdio.h>
#include<time.h>
int main()
{
time_t t;
time(&t);
printf("Today's date and time : %s", ctime(&t));
return 0;
}
Today's date and time : Wed Oct 29 14:30:21 2014
About Anand Aithani
hey, my self Anand Singh Aithani,
"Advance Diploma in Information Technology" Diploma Holder, and also have " Advance Diploma in Computer Hardware and Networking".
this website for helping all of you who want to grow with us ......
hey, my self Anand Singh Aithani,
"Advance Diploma in Information Technology" Diploma Holder, and also have " Advance Diploma in Computer Hardware & Networking".
this website for helping all of you who want to grow with us ......
No comments:
Post a Comment