Post New Answer View All Answers
What are static variables in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Do you know what are the properties of union in c?
What is a pointer variable in c language?
int i=10; printf("%d %d %d", i, i=20, i);
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
difference between Low, Middle, High Level languages in c ?
What do you mean by command line argument?
How do I read the arrow keys? What about function keys?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Explain what is #line used for?
What is the use of getch ()?
What happens if you free a pointer twice?
What is the difference between union and structure in c?
What is c preprocessor mean?