假定一个函数的参数说明为const int a,则在函数体中执行( )操作非法。
A、printf(“%d”,a)
B、a==0
C、int x=a
D、a=10
出自:池州学院-数学与应用数学