C Program to Calculate whether entered year is leap year or not
#includemain() { int year; clrscr(); printf("\n enter the year"); scanf("%d",&year); if(year%4==0 && year%100!=0)//(year%400==0) printf("\n%d is a leap year \n"); else printf("\n enter year is not leap year\n"); getch(); }
Its appreciable for a huge collection of beginners. We tried same for both in c and c++. Please visit and suggest. http://www.cprogramming-bd.com
ReplyDelete<a href="http://www.cprogramming-bd.com>c programming</a>
ReplyDeleteHi,Nice and simple C Program to Calculate whether entered year is leap year or not.Thanks...
ReplyDelete-Aparna
Theosoft
Would you like to join us !
ReplyDeleteAt ssvkillari.blogspot.com
We together write Blogs