Year 2 compilers coureswork

var_maths.c 67B

1234567
  1. /* ##answer: 11*/
  2. int main() {
  3. int x = 5;
  4. return x + 3 * 2;
  5. }