write a c program in such a way that if we enter the today
date the output should be next day's date.
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 ?
How do you access command-line arguments?
What are inbuilt functions in c?
what is the difference between NULL('\0') and 0?
Explain what is the difference between far and near ?
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?
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.
What is assert and when would I use it?
write a program to create a sparse matrix using dynamic memory allocation.
what is the little endian and big endian?
What is a c token and types of c tokens?