C & C++ language
Home
HTML
C&C++ language
Movies
Games
Softwares
Tuesday, 17 January 2012
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();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment