FeedBack Form

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

Basic C++ Questions and Answers

6. What is the other name for variable?
 
  • A. Constant
  • B. While
  • C. Identifier
  • D. Visual
 
7. Which operator is used to compare numerical values?
 
  • A. Relational
  • B. Assignment
  • C. Arithmetic
  • D. Conditional
 
 
8. How many C++ data types are broadly classified?
 
  • A. 2
  • B. 3
  • C. 4
  • D. 5
 
9. ......... type is used to declare a generic pointer in C++.
 
  • A. Int
  • B. Main
  • C. Static
  • D. Void
 
10. Every varible will be referred by its
 
  • A. int
  • B. name
  • C. address
  • D. data