下列四个选项中,均是C语言关键字的选项是()?

A
auto enum include
B
switch typedef continue
C
signed union scanf
D
if struct type

第1个回答  2020-02-16
B。
A中include不是,C中scanf不是,D中type不是本回答被提问者采纳
第2个回答  2022-09-20
B。A中include不是,C中scanf不是,D中type不是
第3个回答  2022-09-22
B 参照下面的 auto break case char const continue default do double else enum extern float for goto if int long register return short signed static sizeof struct switch typedef union unsigned void volatile while...