What is the output of the following code snippet ?? void main() { int a = (2,4); printf("%d", a); }
Reveal answer
Fill a bubble to check yourself
What is the output of the following code snippet ?? void main() { int a = (2,4); printf("%d", a); }