write a c program in such a way that if we enter the today
date the output should be next day's date.


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

Post New Answer

More C Interview Questions

What is structure in c explain with example?

0 Answers  


How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


what is the differance between pass by reference and pass by value.

7 Answers   Infosys,


which do you prefer C or Pascal?

1 Answers  


What is the difference between pure virtual function and virtual function?

0 Answers  






write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


What is the meaning of 2d in c?

0 Answers  


Explain how do you list files in a directory?

0 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


Why & is used in c?

0 Answers  


Categories