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 the c.

3 Answers   IBM, TCS,


What is structure pointer in c?

0 Answers  


What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


What are reserved words with a programming language?

0 Answers  






Explain high-order bytes.

0 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


What is pointers in c with example?

0 Answers  


Why c is called procedure oriented language?

0 Answers  


What is ## preprocessor operator in c?

0 Answers  


What is the difference between array and structure in c?

0 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


Categories