About Me

My photo
gandhinagar, gujarat, India
hi.. friends i'am student of kv crpf gandhinagar..and i would like to spread my view and thinking on computer..this blog is for not only those who wants to get knowledge.

Wednesday 11 May 2011

a C program to find the number of seconds in a year

#include
#include
void main()
{
clrscr();
printf("number of seconds in ayear:");
printf("%.2f",60.0*60.0*24.0*365.0);
getch();
}

0 comments:

Post a Comment