题目内容

Which data type has two main characteristics: (1) its values can be decomposed into individual data elements, and (2) it provides an access scheme for locating individual data elements.

A. data structure
B. array
C. primitive data type
D. atomic data type

查看答案
更多问题

Which is used to store and process a set of values, all of the same data type, that forms a logical group?

A. data structure
B. array
C. primitive data type
D. atomic data type

___ is the correct way to include a header file in your program.

A. #include
B. #include ;
C. #include header-file-name
D. #include header-file-name;

In the following statements, the printf statement will be executed ____ times. count = 10; while (count <= 10) printf("%d ",count);

A. 0
B. 1
C. 10
D. an infinite number of

Generally, before accumulating values, the accumulator variable should be initialized to ____.

A. -1
B. 0
C. 1

答案查题题库