79303185

Date: 2024-12-23 13:18:59
Score: 1.5
Natty:
Report link

The variable name represents its value, and you need '&' to explicitly get its address. In the other hand the name of the array already acts as a pointer to the first element of the array, like the name alone represents the memory address where the first element name[0] is stored.
So the '&' operator is needed for the int variable to get its address.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: mrstronk