79799858

Date: 2025-10-26 06:14:41
Score: 1.5
Natty:
Report link

This is not a valid c code. in c you pass paramaters as value, not reference.

equivalent of this is

void row_del(int ***a, int *row, int col, int k);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: some_help