#include<stdio.h>
#include<conio.h>
void main()
{
int i,n;
printf("Enter the year at which you what leep year");
Scanf("%d",&n);
for(i=1;i<=n;i++)
{
if(i%4==0)
printf("%d ",i);
}
getch();
}
#include<conio.h>
void main()
{
int i,n;
printf("Enter the year at which you what leep year");
Scanf("%d",&n);
for(i=1;i<=n;i++)
{
if(i%4==0)
printf("%d ",i);
}
getch();
}
3 Comments
Thank you sir
ReplyDeleteIt help me thanks sir
ReplyDelete👌👌👌👌👌
ReplyDelete