A-A+
In C language (58) is a collection of one or m
问题详情
In C language,(58) is a collection of one or more variables,possibly of different types, grouped together under a single name for convenient handling.
A.a class
B.a structure
C.an array
D.a function请帮忙给出正确答案和分析,谢谢!
参考答案
正确答案:B
解析:语言中,一个结构是由一个或者多个相同类型或不同类型的变量构成的集合,这些变量用一个简单的名字组织在一起,可以很方便地引用。