Question
Which is true about array names in many C/C++ expressions?
Correct Answer: B
They can decay to the address of the first element
The correct answer is They can decay to the address of the first element.
The correct answer is They can decay to the address of the first element.
Leave a Reply