题目详情
单选题 下列赋值语句中,正确的是()
A. int a = 5; int *p = a
B. int a = 5; int *p = &a
C. int *p; *p = 5
D. int *p = 5
学科:程序设计基础
时间:2026-05-20 03:46:17
相关题目
相关作业