问题详情
下列哪个初始化是非法的(下面五个选项是顺序出现的声明语句)()
A、inti=-1;
B、constintic=i;
C、constint*pc=
D、int*constcpi=
E、constint*constcpic=