Arrays Quiz Questions and Answers - 2

Question: 6

A ___ is a collection of variables of the same type that are referenced by a common name.

(A) Program

(B) Array

(C) Constant

(D) Variable

Ans: B

Array

Question: 7

____ are otherwise called as literals.

(A) Data

(B) Variables

(C) Constants

(D) Strings

Ans: D

Strings

Question: 8

If the elements are stored in row wise manner it is called as ___ order.

(A) Row-major

(B) Column-major

(C) Column

(D) Row

Ans: A

Row-major

Question: 9

_____ Dimensional array comprising of finite homogenous elements.

(A) One

(B) Two

(C) Three

(D) Multi

Ans: A

One

Question: 10

____ is a member function of standard output stream i.e., ostream.

(A) Reads ()

(B) Writes ()

(C) Print ()

(D) Write ()

Ans: D

Write ()

Related Questions