FeedBack Form

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

Arrays - C++ Objective Questions and Answers

11. ........ is a member function of standard input istream.
 
  • A. get()
  • B. line ()
  • C. getline ()
  • D. getsline ()
 
12. Matrices can be represented through ......... arrays.
 
  • A. multidimensional
  • B. 2-D
  • C. 3-D
  • D. single
 
 
13. ......... dimensional array comprising of elements each of which is itself a one dimensional array.
 
  • A. Two
  • B. Three
  • C. Single
  • D. Multi
 
14. Character Array should be initialized using ........ quotes.
 
  • A. double
  • B. no
  • C. single
  • D. any
 
15. ......... dimensional array comprising of finite homogenous elements.
 
  • A. One
  • B. Two
  • C. Three
  • D. Multi