FeedBack Form

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

C Languages MCQ Questions and Answers

9. Every C program has access to which of the following files?
 
  • A. stdin
  • B. stdout
  • C. stderr
  • D. all of above
Answer: D.
all of above
 
10. How much memory is required to store a value of type double?
 
  • A. 4 bytes
  • B. 6 bytes
  • C. 8 bytes
  • D. 10 bytes
Answer: C.
8 bytes
 
 
11. Which of the following is not a valid storage class?
 
  • A. static
  • B. extern
  • C. register
  • D. automatic
Answer: D.
automatic
 
12. Which of the following is not a reserved word in C langauge?
 
  • A. for
  • B. doo
  • C. goto
  • D. switch
Answer: B.
doo