📚 Practice Mode

Java and C Programming Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 20
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