(long)123为什么不能用作C语言常量?如何一眼分出,到底是常量还是变量?
*和&
常量是值不可改变的变量,比如用关键字constconst int a=123;static char *p="asffggggg";char *p1="hgcvv";等等