Multiple Choice
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 element will be set to 0.
B) The compiler would report an error.
C) The array size would appropriately grow.
D) The program may crash if some important data gets overwritten.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Consider the 32 bit compiler. We need
Q2: Which one of the following is invalid
Q3: If we have declared an array described
Q5: Array which is having _ dimensions is
Q6: #include "stdio.h"<br>Int main()<br>{<br>Int a = 10, b
Q7: What is output of below program?<br>Int main()<br>{<br>Int
Q8: #define t 10<br>Void main()<br>{<br>Printf("%d",t);<br>}<br>A)10<br>B)Error:Unfined symbol 't'<br>C)Error:Improper placement
Q9: Wild pointer in C<br>A)if pointer is pointing
Q10: Size of void pointer is<br>A)1 byte<br>B)2 byte<br>C)3
Q11: Which macro is used to insert assembly