ARRAY first, second; is equivalent to the two definitions int first[100]; and int second[100]; if ____.

A. you are using a pre-ANSI C compiler
B. you are using a C/C++ compiler
C. the statement typedef int ARRAY[100]; is used before
D. the statement #define ARRAY int[100]; is used before


Answer: C

Computer Science & Information Technology

You might also like to view...

Gloss Contour is especially effective for type, because you can use it to create classic effects like raised text and chiseled text.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The window.confirm() method displays a confirm dialog box that contains an OK button and a Cancel button.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The algorithms to implement the operations search, insert, and remove are the same for sorted and unsorted lists.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

When adjusting column width, approximately ____________ of blank space should be left between the longest line and the column border.

A. 1" - 1.5" B. 2" C. 0.5" - 0.75" D. 2" - 2.5"

Computer Science & Information Technology