📚 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); }
- 2
- compiler error
- runtime error
- 4
- 0