我正在学习C,但我不明白这一点:
#define square(x) x*x a = square(2+3) //a = 11
当这个运行时,为什么a最终会出现11?
a
11
c c++ macros c-preprocessor
c ×1
c++ ×1
c-preprocessor ×1
macros ×1