int i=10; printf("%d %d %d", i, i=20, i);
Why do we need arrays in c?
What is pointers in c with example?
Why c is a mother language?
What does nil mean in c?
What is the scope of static variable in c?
What is modifier & how many types of modifiers available in c?
What is keyword in c?
What is a structural principle?
What is break in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is static memory allocation?
Explain argument and its types.
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is memcpy() function?