SFU ID: 301358537
Github username: jel-cmpt295
Line and file: trans.c, lines 74-76
Expected behavior: N/A
Observed behavior: N/A
Question: In my code, I declared 4 ints, a const int, and an array of 8 more ints. Since a constant isn't changed during the program's execution, does this count towards the 12 variable limit? Also, do the ints passed in (M, N, A[M][N] and B[N][M]) count towards that limit?
If the ints passed in and constants don't count, I should be under the 12 variable limit in the lines I mentioned, right?
Thank you!