Question
What is the relationship between arrays and pointers in C/C++?
Correct Answer: A
Array names can behave like pointers to first elements
The correct answer is Array names can behave like pointers to first elements.
The correct answer is Array names can behave like pointers to first elements.
Leave a Reply