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 |
Explain what is a static function?
how to display 2-D array elements in spiral
How can I call a function, given its name as a string?
Difference between malloc() and calloc() function?
How can I handle floating-point exceptions gracefully?
Define Array of pointers.
how to introdu5ce my self in serco
write a own function to compare two strings with out using stringcomparition function?
consagous technology placement paper
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What are header files why are they important?
why we use "include" word before calling the header file. is there any special name for that include??????