• 1. 
    The multiple branching statement is ......... statement?

  • for
  • while
  • if
  • switch
  • 2. 
    Which of the following statements marks the end of the function and also transfers control to the statement after call statement?

  • Stop
  • Return
  • Break
  • Continue
  • 3. 
    ......... is called as exit check loop.

  • for
  • if
  • while
  • do-while
  • 4. 
    In C++ which file comprises the combined properties of istream and ostream?

  • conio.h
  • iostream.h
  • string.h
  • stdio.h
  • 5. 
    Program statements that causes jumps are called as ......... statements or structures.

  • increment
  • decrement
  • assignment
  • control
  • 6. 
    How many methods are there for assigning data to the variables in C++?

  • 2
  • 3
  • 4
  • 5
  • 7. 
    A program written in high level language is called as

  • Source code
  • Executable code
  • Object code
  • All of these
  • 8. 
    Which of the following functions will be executed first automatically, when a C++ program is executed?

  • Main
  • Void
  • Call by reference
  • Recursive
  • 9. 
    A loop embedded within another loop is called

  • Loop
  • Break
  • Nested
  • Continue
  • 10. 
    The extraction operator that extracts data from the input stream object is .........

  • cin
  • cio
  • count
  • cout
  • 11. 
    Which of the following creates object file from source code?

  • Header
  • Compiler
  • Linker
  • Editor
  • 12. 
    The statement used to exit from switch structure is ........

  • default
  • quit
  • exit
  • break
  • 13. 
    How many kinds of loops are there in C++?

  • 2
  • 3
  • 4
  • 1
  • 14. 
    Which of the following is the simplest of all the decision statements?

  • Break
  • Switch
  • If
  • While
  • 15. 
    Which of the following is the assignment operator?

  • =
  • ==
  • +
  • !
Report Question
warning
access_time
  Time