Question
What is the relationship between arrays and pointers in C/C++?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Array names can behave like pointers to first elements
Explanation:
The correct answer is Array names can behave like pointers to first elements.
Leave a Reply