Q43
What happens when you access an array element out of bounds in C++?
A.
The program crashes
B.
The compiler throws an error
C.
The runtime throws an error
D.
Undefined behavior
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board