79628211

Date: 2025-05-19 06:52:38
Score: 1
Natty:
Report link
    •   This simulates access to a 2D array stored in 1D memory:
    •   arr + i*n moves the pointer to the beginning of the i-th row.
    •   + j accesses the j-th column in that row.
    •   So, *((arr + i*n) + j) is equivalent to arr[i][j].
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pixal_Crucher