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

how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


How do you access command-line arguments?

1 Answers  


What are inbuilt functions in c?

0 Answers  


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


Explain what is the difference between far and near ?

0 Answers  


Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?

6 Answers  


write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


What is assert and when would I use it?

0 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


what is the little endian and big endian?

1 Answers  


What is a c token and types of c tokens?

0 Answers  


Categories