📜  21.你对以下两个声明的理解是什么? a) 常量 int *pOne; b) int const *pTwo; - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:16.954000             🧑  作者: Mango

代码示例2
int num=4;