A-A+

In C language ______ are used to create varia

2022-08-06 07:06:12 问答库 阅读 177 次

问题详情

In C language, ______ are used to create variables and are grouped at the top of a program block.
A.declarations
B.dimensions
C.comments
D.descriptions请帮忙给出正确答案和分析,谢谢!

参考答案

正确答案:A
解析:译文的含义是:在C语言中,()用于创建变量,而且在程序块顶端分组。选项A、B、C、D的含义分别是声明、维、注释、描述。选项A符合题意,为所选。

考点: