在线名词解释大全
专业、全面、易懂的全领域名词百科

已知intx;则下面说明指针变量pb的语句正确的是

题型:单选题
选项
A. int pb=&x;
B. int *pb=x;
C. int *pb=&x;
D. *pb=*x;
正确答案:C