Differentiate between a for loop and a while loop? What are it uses?
No Answer is Posted For this Question
Be the First to Post Answer
why arithmetic operation can’t be performed on a void pointer?
Derive the complexity expression for AVL tree?
What is 1d array in c?
what does " calloc" do?
Process by which one bit pattern in to another by bit wise operation is?
What is the usage of the pointer in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is the difference between a structure and a union?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
What is the maximum no. of arguments that can be given in a command line in C.?
what is diffrence between string and character array?
What does the message "automatic aggregate intialization is an ansi feature" mean?