C Program to Check for Leap Year/Leap Year Generation
This is the C program to check whether a given year is leap year or not.the second program generates leap year within the limit specified Leap Year Generation: #include main() { int i; for(i=1990;i
Recent Comments