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

Câu hỏi :

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

A. The element will be set to 0.

B. The complier would report an error.

C. The program may crash if some important data gets overwritten

D. The array size would appropriately grow

* Đáp án

C

* Hướng dẫn giải

Chọn C

Câu hỏi trên thuộc đề trắc nghiệm dưới đây !

400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án !!

Số câu hỏi: 400

Copyright © 2021 HOCTAP247