Solved

ARRAY First, Second; Is Equivalent to the Two Definitions Int

Question 37

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions