关于C语言#define的问题

2024-10-31 19:24:03
推荐回答(1个)
回答(1):

#define FN "Hello world!"
printf(FN);
宏不要再双引号里使用。