Skinpress Rss

Sunday 19 August 2012

CHECKING LEAP YEAR ‘C’ PROGRAM

0


CHECKING LEAP YEAR ‘C’ PROGRAM:


#include<stdio.h>
#include<conio.h>
void main()
{
int year;
clrscr();
printf("enter year:");
scanf("%d",&year);
if(year%4==0)
printf("leap year");
if(year%4!=0)
printf("not leap year");
getch();
}


BY CREANOVA ENGINEERS www.creanovaengineersin

0 comments:

Post a Comment

Links

Comments

Featured Post 6

Sponsors

Text

A Bit About Me

My Photo
In this site we are introducing creating new products and updating the current status about the engineers. We are trying to make new universe…

Follow this Blog