ts-c-compiler icon indicating copy to clipboard operation
ts-c-compiler copied to clipboard

Wrong offset multidimensional array access

Open Mati365 opened this issue 3 years ago • 0 comments

    int array[4][3] = { 1, 2, 3, 4 };
    int sum = array[0] + 3 * 4;
  }```

change 3 value

Mati365 avatar Jun 10 '22 06:06 Mati365