FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

C Programming Multiple Choice Questions and Answers

25. Dynamic memory allocation is done at _______
execution time
 
26. A file pointer is a pointer to a structure of type _______
FILE
 
27. Structure declaration and definition _______ be combined.
can
 
 
28. Memory management functions are declared in _______ header file.
alloc.h
 
29. Resolution refers to the number of ______ used on the screen.
pixels
 
30. _______ expressions are acceptable in cases of switch statement.
Constant