program to find out date after adding 31 days to a date in
the month of febraury also consider the leap year


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain the use of function toupper() with and example code?

0 Answers  


What is the advantage of c?

0 Answers  


Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


Is int a keyword in c?

0 Answers  


What are local static variables?

0 Answers  






Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?

2 Answers  


how to implement stack operation using singly linked list

2 Answers  


What is volatile variable in c with example?

0 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


What are qualifiers in c?

0 Answers  


What is extern variable in c with example?

0 Answers  


Categories