1.

What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array?

A. The compiler would report an error
B. May stop working abruptly if data gets overwritten
C. None of the mentioned
D. The element will be set to 0
Answer» C. None of the mentioned


Discussion

No Comment Found