Write a c pgm for leap year
Answers were Sorted based on User's Feedback
Answer / s.gayathri
void main()
{
int a,y;
clrscr();
printf("enter the year");
scanf("%d",y);
a=y%4;
if(a==1);
printf("leep year");
| Is This Answer Correct ? | 8 Yes | 19 No |
what is available in C language but not in C++?
10 Answers CTS, TCS,
why we use pointer in c
Can a program have two main functions?
write a own function to compare two strings with out using stringcomparition function?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is a nested formula?
What is d'n in c?
Explain what are reserved words?
What is the argument of a function in c?
What functions are in conio h?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
what is meant by flushll() in c programming?