Suppose v is an array with 100 int elements. If 100 is assigned to v[100], what happens?
.
.
Click on the title for the solution
.
.
The compiler issues an error message.
The compiler issues a warning message.
The program will terminate immediately.
Another variable or array will very likely be unexpectedly modified.
.
Click on the title for the solution
.
.
This is the answer:
:
The compiler issues an error message.
The compiler issues a warning message.
The program will terminate immediately.
Another variable or array will very likely be unexpectedly modified.
Comments
Post a Comment