basically this is a a my own blog to help ma students and friends with sharing useful information with the. information regarding C language code. .net applications, .net projects. general technical information. notes.
#include #include #include void main() { int year; clrscr(); printf("enter the year="); scanf("%d",&year); if(year%4==0) { printf("Leap Year"); } else { printf("not a Leap Year"); } getch(); }
No comments:
Post a Comment