FeedBack Form

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

Basic - C++ Objective Questions and Answers

1. Which of the following creates object file from source code?
 
  • A. Header
  • B. Compiler
  • C. Linker
  • D. Editor
 
2. The statement used to exit from switch structure is ........
 
  • A. default
  • B. quit
  • C. exit
  • D. break
 
 
3. How many kinds of loops are there in C++?
 
  • A. 2
  • B. 3
  • C. 4
  • D. 1
 
4. Which of the following is the simplest of all the decision statements?
 
  • A. Break
  • B. Switch
  • C. If
  • D. While
 
5. Which of the following is the assignment operator?
 
  • A. =
  • B. ==
  • C. +
  • D. !