#include<stdio.h>
#include<conio.h>
void main()
{
int y;
clrscr();
printf("Enter the year\n");
scanf("%d",&y);
if(y%d==0)
{
printf("Leap year\n");
}
else
{
printf("Not an Leap year\n");
}
getch();
}
TYPE LIKE THIS:
OUT PUT WILL BE AS FOLLOWS:
A Database Management System (DBMS) is a software suite designed to efficiently manage, organize, store, manipulate, and retrieve data. It a...
No comments:
Post a Comment