FeedBack Form

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

C Programming Multiple Choice Questions and Answers

13. Every instruction in C language must terminate with
colon
 
14. Boolean data type _______ a primitive data type in C.
is not
 
15. A long integer value occupies _______ in memory.
four bytes
 
 
16. Enumerated data helps in improving the _______ of the source code.
readability
 
17. By default, the printf() function sends the output to _______ file.
stdout
 
18. The minimum number of return statements used in a function is _______
zero