FeedBack Form

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

Arrays - C++ Objective Questions and Answers

6. The size of the array must always be .........
 
  • A. float
  • B. double
  • C. negative
  • D. positive
 
7. In a 2-D array, the first sub-script stands for .........
 
  • A. column
  • B. row
  • C. object
  • D. diagonal
 
 
8. The collection of variables of the same type referenced by a common name is .........
 
  • A. array
  • B. pointer
  • C. string
  • D. function
 
9. The process of arranging the data in a given array is called ........
 
  • A. filtering
  • B. ordering
  • C. sorting
  • D. merging
 
10. String manipulators are defined in ......... header file.
 
  • A. string
  • B. st.h
  • C. std.h
  • D. string.h