电子科技大学 / C语言(专科)
正确率:100%
已知intb;则对指针变量正确的说明和初始化是()。
A.int*p=b;
B.intp=b;
C.intp=&b;
D.int*p=&b;
参考答案:
A.int*p=b;
B.intp=b;
C.intp=&b;
D.int*p=&b;