Java and C Programming Fundamentals

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

What is the output of the following code snippet ?? void main() { int a = (2,4); printf("%d", a); }

  1. 2
  2. compiler error
  3. runtime error
  4. 4
  5. 0
Change Mode