Kizspy Question: 35
(Choose 1 answer)
What happens when you try to access the 11th element of an array with a size of 10 in the C language?
A. The program compiles and runs without any errors, but the behavior is undefined
B. The program compiles and runs without any errors, and the 11th element is accessed
C. The program fails to compile due to a compilation error
D. The program compiles and runs without any errors, and the 11th element is automatically added to the
array