Latest C Aptitude Question SOLUTION: output? #define f(g,g2) g##g2 main() {i nt var12=100; printf("%d",f(var,12)); } Answer: 100