Q. What will be output if you will compile and execute the following c code? #include<stdio.h>#define call(x,y) x##yint main(){int x=5,y=10,xy=20;printf("%d",xy+call(x,y)); return 0;} (Solved)
1. 35
2. 510
3. 15
4. 40
- d. 40
1. 35
2. 510
3. 15
4. 40