题目详情
单选题 假如 str 是字符串,下列( )选项与其他选项不等价
A. *str = 0
B. strcat(str, "")
C. str[0] = '\0'
D. strcpy(str, "")
学科:C语言程序设计A
时间:2023-06-05 09:00:00
相关题目
相关作业