FeedBack Form

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

C Programming Multiple Choice Questions and Answers

37. _______ variables retain their values throughout the life of a program.
Global/static
 
38. The _______ statement can only be used with looping statements.
continue
 
39. A constant ______ be passed as an argument to a function.
can
 
 
40. The scope of a variable is ______ to the block in which it is declared.
limited
 
41. Every string must be terminated with ______
null character '\0'
 
42. If one structure is contained within another structure, then the structure is known as _______
nested structure