What will happen if in the C program you assign a value to a array element whose subscript exceeds the size of array?37/50What will happen if in the C program you assign a value to a array element whose subscript exceeds the size of array?The element will be set to 0.The complier would report an error.The program may crash if some important data gets overwrittenThe array size would appropriately growGiải thíchChọn C