题目详情
单选题 已有定义"int c , * s , a[]={1, 3, 5}; ", 语法和语义都正确的赋值是
A. c = * s
B. s[0]=a[0]
C. s=&a[1]
D. c = a
学科:C语言程序设计
时间:2025-06-01 05:27:49
相关题目
相关作业