The code below should compile but does not
int smallArray[3]; // declaring array of int with size 3 smallArray[0 * (0 + 0)] = 1;
It is detected as "Function definition inside block. (missing '}' ?)"
The code below should compile but does not
int smallArray[3]; // declaring array of int with size 3 smallArray[0 * (0 + 0)] = 1;
It is detected as "Function definition inside block. (missing '}' ?)"
Please forward to the enfusion team so this can be fixed.