Q: Which of the following capabilities do “raw” C++ arrays not provide?
Answer:-
raw” C++ arrays not provide any of the above capabilities
- Dynamic size expansion to accommodate more elements.
- Array comparison.
- Subscript range checking.
- “Raw” arrays do not provide any of the above capabilities.
Answer:-
raw” C++ arrays not provide any of the above capabilities
Comments
Post a Comment