A.HelloWorldB.“HelloWorld”C.HelloD.World
A.10B.12C.8D.5
A.int x[5],p =x[0];B.int x[5],*p =x;C.int x[5],*p =&x[2]-2;D.int x[5],*p =&x[0];