FeedBack Form

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

Arrays - C++ Objective Questions and Answers

1. Which of the following is a derived data type?
 
  • A. Array
  • B. Double
  • C. Float
  • D. Union
 
2. Arrays are of ........... types.
 
  • A. 4
  • B. 3
  • C. 2
  • D. 1
 
 
3. ......... are otherwise called as literals.
 
  • A. Data
  • B. Variables
  • C. Strings
  • D. Constants
 
4. Arrays in C++ belong to which of the following data type?
 
  • A. Derived
  • B. Primitive
  • C. User defined
  • D. Basic
 
5. ......... dimensional array is an array in which each element is itself an array.
 
  • A. One
  • B. Two
  • C. Three
  • D. Four