You are on page 1of 1

Leap year

#include<stdio.h>
#include<conio.h>
void main()
{
Int year=2016;
clrscr();
If(((year 4%!==0)(year 100%==0)(yaer 400==0)))
printf(“value of year is %d”,year);
else
printf(“value of year is not %d”,year);
getch();
}

You might also like