79303198

Date: 2024-12-23 13:21:59
Score: 3
Natty:
Report link

when gcc compile this code, name is a value point to the array,that's fine.but if you just use age ,it is replaced by the actual value of age,not the address,so you need get age's address.use &age is fine.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): when
  • Low reputation (1):
Posted by: yc z