FeedBack Form

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

C Programming Multiple Choice Questions and Answers

31. The argument of switch statement cannot be _______
float or double
 
32. The C language _______ built in facility to check array bounds.
does not have
 
33. The printf() return the number of ______ displayed.
characters
 
 
34. Bit wise operators can only be used on _______ operands.
integral
 
35. The _______ statement must be used for each case, except the last, in a switch statement.
break
 
36. A function cannot return more than one value through a _______ statement.
return