What would be the value of variables n and m in the following C code? int n, m; n = - 10; m = - n + 5; printf(!!!^!!!n = %dnm=%d!!!^!!!,n,m);
Reveal answer
Fill a bubble to check yourself
What would be the value of variables n and m in the following C code? int n, m; n = - 10; m = - n + 5; printf(!!!^!!!n = %dnm=%d!!!^!!!,n,m);