Can we access the elements of an array outside the bound?

117. Can we access the elements of an array outside the bound?

  1. Yes
  2. No

Answer: B) NO

Explanation:

No, we cannot access the elements of an array outside the bound in C++. It can generate logical and runtime errors.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.