P214. WAP to understand token parsing operation Get link Facebook X Pinterest Email Other Apps #include<stdio.h> #define TP(i,j) i##j void main() { int ab = 15; printf("%d\n",TP(a,b)); } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment