Question
Which is true about array names in many C/C++ expressions?
Select an option. Your answer will be checked instantly.
Correct Answer: B. They can decay to the address of the first element
Explanation:
The correct answer is They can decay to the address of the first element.
Leave a Reply