首页
C语言的关键字是
2024-08-04 11:59:18
高级语言程序设计(一)(00342)
1
C语言的关键字是
A、strcpy
B、printf
C、stdio
D、float
【正确答案】:D
上一篇:
错误的表达式是
下一篇:
设 char str[ ]={‘a’,’b’,’\0’,’c’,’d’,’\0’};执行语句pritf(“%s\n”,str);