C Program to Check Leap Year
Program to Check Leap Year #include <stdio.h> int main() { int year; printf(“Enter a year: “);
Read moreProgram to Check Leap Year #include <stdio.h> int main() { int year; printf(“Enter a year: “);
Read moreA year is a leap year if − It is evenly divisible by 100 If it is divisible by
Read more