Which of the following is not part of the structure of a C program?

A. Preprocessor directives
B. Global declarations section
C. Local directives
D. Functions


Answer: C

Computer Science & Information Technology

You might also like to view...

Combine the programs from Programming Projects 5 and 6 to read integer exam scores in the range 0 to 100 and to display the following statistics:

Total number of scores Total number of each letter grade Percentage of total for each letter grade Range of scores: lowest and highest Average score As before, enter a negative score as a sentinel value to end the data input and display the statistics. Practice Program 4.5, Practice Program 4.6

Computer Science & Information Technology

To adjust the amount of white space inside a cell, use the:

A) Column tab in the Table Properties dialog box. B) Cell Margins command in the Alignment group. on the Table Tools Layout tab. C) Cell Size group on the Table Tools Layout tab. D) Table Styles gallery.

Computer Science & Information Technology

In the MySQL Query Browser, the ____________________ provides another way to create and edit scripts.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which set operation is used to find items that are in one set but not another?

a. Intersection b. Difference c. Union

Computer Science & Information Technology