Examlex

Solved

C++ Does Not Perform Array Bounds Checking, Making It Possible

question 19

True/False

C++ does not perform array bounds checking, making it possible for you to assign a pointer the address of an element out of the boundaries of an array.


Definitions:

Related Questions