Program Name
Write a C Program for Check Leap year or not. |
Theory
Any year divided by 4 whose remainder is zero is called as Leap year.
|
Program Code
|
Input
Enter a Year Number:1920
|
Output
1920 is a leap year
|
Online C Compiler (To copy paste and Run the c program)
|