Sunday, 27 April 2014

WAP to find whether it is leap year or not?

WAP to find whether it is leap year or not?

#include <stdio.h> void main() {   int year;   printf("Enter a year to check if it is a
Pages (26)1234567 >