Practice Library
All MCQs
Browse exam-wise, subject-wise, and country-wise MCQs with explanations.
Choose an option to check your answer.
Correct Answer: B. int m[3][4];
Explanation:
The correct answer is int m[3][4];.
Choose an option to check your answer.
Correct Answer: D. A table or matrix
Explanation:
The correct answer is A table or matrix.
Choose an option to check your answer.
Correct Answer: B. They can decay to the address of the first element
Explanation:
The correct answer is They can decay to the address of the first element.
Choose an option to check your answer.
Correct Answer: B. Compare each element with the current maximum
Explanation:
The correct answer is Compare each element with the current maximum.
Choose an option to check your answer.
Correct Answer: C. Accumulate each element in a variable
Explanation:
The correct answer is Accumulate each element in a variable.
Choose an option to check your answer.
Correct Answer: A. int marks[5];
Explanation:
The correct answer is int marks[5];.
Choose an option to check your answer.
Correct Answer: D. Assigning initial values to array elements
Explanation:
The correct answer is Assigning initial values to array elements.
Choose an option to check your answer.
Correct Answer: A. 0 through 9
Explanation:
The correct answer is 0 through 9.
Choose an option to check your answer.
Correct Answer: A. 10 elements
Explanation:
The correct answer is 10 elements.
Choose an option to check your answer.
Correct Answer: A. for loop
Explanation:
The correct answer is for loop.
Choose an option to check your answer.
Correct Answer: C. They store multiple related values efficiently
Explanation:
The correct answer is They store multiple related values efficiently.
Choose an option to check your answer.
Correct Answer: C. Undefined behavior may occur
Explanation:
The correct answer is Undefined behavior may occur.