• 1. 
    ........ is a member function of standard input istream.

  • get()
  • line ()
  • getline ()
  • getsline ()
  • 2. 
    Matrices can be represented through ......... arrays.

  • multidimensional
  • 2-D
  • 3-D
  • single
  • 3. 
    ......... dimensional array comprising of elements each of which is itself a one dimensional array.

  • Two
  • Three
  • Single
  • Multi
  • 4. 
    Character Array should be initialized using ........ quotes.

  • double
  • no
  • single
  • any
  • 5. 
    ......... dimensional array comprising of finite homogenous elements.

  • One
  • Two
  • Three
  • Multi
  • 6. 
    The size of the array must always be .........

  • float
  • double
  • negative
  • positive
  • 7. 
    In a 2-D array, the first sub-script stands for .........

  • column
  • row
  • object
  • diagonal
  • 8. 
    The collection of variables of the same type referenced by a common name is .........

  • array
  • pointer
  • string
  • function
  • 9. 
    The process of arranging the data in a given array is called ........

  • filtering
  • ordering
  • sorting
  • merging
  • 10. 
    String manipulators are defined in ......... header file.

  • string
  • st.h
  • std.h
  • string.h
  • 11. 
    Which of the following is a derived data type?

  • Array
  • Double
  • Float
  • Union
  • 12. 
    Arrays are of ........... types.

  • 4
  • 3
  • 2
  • 1
  • 13. 
    ......... are otherwise called as literals.

  • Data
  • Variables
  • Strings
  • Constants
  • 14. 
    Arrays in C++ belong to which of the following data type?

  • Derived
  • Primitive
  • User defined
  • Basic
  • 15. 
    ......... dimensional array is an array in which each element is itself an array.

  • One
  • Two
  • Three
  • Four
Report Question
warning
access_time
  Time