FeedBack Form

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

Basics - C++ Objective Questions and Answers

6. How many methods are there for assigning data to the variables in C++?
 
  • A. 2
  • B. 3
  • C. 4
  • D. 5
 
7. A program written in high level language is called as
 
  • A. Source code
  • B. Executable code
  • C. Object code
  • D. All of these
 
 
8. Which of the following functions will be executed first automatically, when a C++ program is executed?
 
  • A. Main
  • B. Void
  • C. Call by reference
  • D. Recursive
 
9. A loop embedded within another loop is called
 
  • A. Loop
  • B. Break
  • C. Nested
  • D. Continue
 
10. The extraction operator that extracts data from the input stream object is .........
 
  • A. cin
  • B. cio
  • C. count
  • D. cout