FeedBack Form

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

Basics - C++ Objective Questions and Answers

11. The multiple branching statement is ......... statement?
 
  • A. for
  • B. while
  • C. if
  • D. switch
 
12. Which of the following statements marks the end of the function and also transfers control to the statement after call statement?
 
  • A. Stop
  • B. Return
  • C. Break
  • D. Continue
 
 
13. ......... is called as exit check loop.
 
  • A. for
  • B. if
  • C. while
  • D. do-while
 
14. In C++ which file comprises the combined properties of istream and ostream?
 
  • A. conio.h
  • B. iostream.h
  • C. string.h
  • D. stdio.h
 
15. Program statements that causes jumps are called as ......... statements or structures.
 
  • A. increment
  • B. decrement
  • C. assignment
  • D. control