问题一: 分析下面的程序是否正确?不正确为什么?正确,输出是什么?
#define m main #define cat(x, y) #x ## #y #define p(x, y) \ printf(cat(x, \x20\040) cat(\x08, y))
m(){p(hello, world);}
出处:无。
本文共 227 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/myittec/archive/2012/02/28/2392813.html