Q. What will happen if in a C program you assign a value to an array element whose subscript exceeds the size of array?
β
Correct Answer: (B)
The program may crash if some important data gets overwritten.
You must be Logged in to update hint/solution