Write a program in C language that finds whether a given year is leap year or not. Leap year is divisible by 4.
2015-01-27
1
Write a program in C language that finds whether a given year is leap year or not. Leap year is divisible by 4.
chapter No. 11
Decision Constructors