Question Which expression accesses the third element of arr in C/C++? A. arr(3) B. arr[3] C. arr{2} D. arr[2] Show Answer More MCQs Correct Answer: D arr[2] The correct answer is arr[2]. The correct answer is arr[2].
Leave a Reply