第23574题 单选题
在C++中,声明一个指向整型变量的指针的正确语法是( )。
A

int* ptr;

B

*int ptr;

C

int ptr*;

D

ptr int;

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析