A. 对 B. 错
A. int p; B. int *p; C. short pp; D. short a;
A. int p=a; B. int *p=a; C. int *p=&a; D. int p=*a;