ts-c-compiler
ts-c-compiler copied to clipboard
Wrong offset multidimensional array access
int array[4][3] = { 1, 2, 3, 4 };
int sum = array[0] + 3 * 4;
}```
change 3 value