G
Gaurav Jain
I am not sure what is wrong with this code
============================
#define cat(x,y) x##y
main()
{
cat(cat(3,1),2);
}
============================
Does it have to do anything with # operator ?
Regards,
Gaurav
============================
#define cat(x,y) x##y
main()
{
cat(cat(3,1),2);
}
============================
Does it have to do anything with # operator ?
Regards,
Gaurav