A.int p =new int[20];B.int *p =new int[20];C.int *p =new [20];D.int *p =new int(20);
A.x[0]B.x[2]C.x[3]D.x[1]
A.‘8’B.8C.“8”D.8.0