Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚在互联网上遇到以下问题:
宏和函数在什么方面相关? (a)递归 (b) 改变论点 (c) 低位检查 (d) 类型声明"
宏和函数在什么方面相关?
(a)递归
(b) 改变论点
(c) 低位检查
(d) 类型声明"
我排除了选项 d 导致宏只是进行参数替换。选项 a 不适用于宏。
我在选项 b 和 c 之间权衡。函数和宏都可以有不同数量的参数。所以我的直觉是答案是选项 b,除非有所谓的“低检”。
请你确认一下。谢谢。
"在 C/C++ 中是否有任何称为“hypochecking”的术语?
不