79336974

Date: 2025-01-07 18:21:14
Score: 2.5
Natty:
Report link

'sizeof' provides size information of types, not runtime array lengths when dealing with pointers. Always rely on a predefined constant or explicit size parameter for looping over arrays returned from functions.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Harsh Maurya