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

What is the most efficient way to store flag values?

0 Answers  


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


What is Generic pointer? What is the purpose of Generic pointer? Where it is used?

3 Answers  


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


What is the purpose of & in scanf?

0 Answers  


What is a constant?

0 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


Why do we write return 0 in c?

0 Answers  


What is const volatile variable in c?

0 Answers  


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


What is the use of the #include directive?

3 Answers  


Categories