Arrays Quiz Questions and Answers - 1

Question: 1

String manipulators are defined in __ header file.

(A) string.h

(B) string

(C) st.h

(D) std.h

Ans: A

string.h

Question: 2

Arrays are of ___ types.

(A) 1

(B) 2

(C) 3

(D) 4

Ans: B

2

Question: 3

____  parameters are required for write function.

(A) Two

(B) Three

(C) Four

(D) Five

Ans: A

Two

Question: 4

The process of arranging the data in a given array is called ___

(A) Merging

(B) Filtering

(C) Sorting

(D) Ordering

Ans: C

Sorting

Question: 5

The subscript always commences from ___

(A) One

(B) Two

(C) Three

(D) Zero

Ans: D

Zero

Related Questions