【正确答案】:const int * p=c;错。p是指针不能用变量赋值。[修改] const int *p=&c;