What happens when I define a macro without specifying its value?

前端 未结 0 565
渐次进展
渐次进展 2020-12-03 05:43

From my basic knowledge of C++, I know that

#define PI 3.14159

would replace every instance of PI with 3.14159. What if

相关标签:
回答
  • 消灭零回复
提交回复
热议问题