Practice Library
All MCQs
Browse exam-wise, subject-wise, and country-wise MCQs with explanations.
Choose an option to check your answer.
Correct Answer: D. Its size or length
Explanation:
The correct answer is Its size or length.
Choose an option to check your answer.
Correct Answer: C. Passing the base address
Explanation:
The correct answer is Passing the base address.
Choose an option to check your answer.
Correct Answer: D. arr[0] = 25;
Explanation:
The correct answer is arr[0] = 25;.
Choose an option to check your answer.
Correct Answer: C. Size cannot easily change at runtime
Explanation:
The correct answer is Size cannot easily change at runtime.
Choose an option to check your answer.
Correct Answer: D. Fast access by index
Explanation:
The correct answer is Fast access by index.
Choose an option to check your answer.
Correct Answer: D. Storing multiple values in sequence
Explanation:
The correct answer is Storing multiple values in sequence.
Choose an option to check your answer.
Correct Answer: D. Data may not fit safely
Explanation:
The correct answer is Data may not fit safely.
Choose an option to check your answer.
Correct Answer: C. It defines how many elements can be stored
Explanation:
The correct answer is It defines how many elements can be stored.
Choose an option to check your answer.
Correct Answer: D. Outer loop for rows and inner loop for columns
Explanation:
The correct answer is Outer loop for rows and inner loop for columns.
Choose an option to check your answer.
Correct Answer: B. Row-major order
Explanation:
The correct answer is Row-major order.
Choose an option to check your answer.
Correct Answer: B. m[1][2]
Explanation:
The correct answer is m[1][2].
Choose an option to check your answer.
Correct Answer: A. 12
Explanation:
The correct answer is 12.