14-Write a C program to find that it is leap year or not.
Program: 14
Write a C program to find that it is leap year or not.
Output:
Enter a year: 2016 2016 is leap year.
Write a C program to find that it is leap year or not.
Enter a year: 2016 2016 is leap year.