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...
What factors affect the frequency with which backups should be performed?
What will be an ideal response?
Computer Science & Information Technology
In a query, conditions that are used to help select records are called ________
A) Quick Info B) operators C) criteria D) IntelliSense
Computer Science & Information Technology
What four basic protections can cryptography support?
What will be an ideal response?
Computer Science & Information Technology
Which installation would support full use of 6GB of RAM?
A) 32-bit Windows XP Professional B) Windows 7 Home Premium x64 C) Windows Vista Ultimate x86 D) 48-bit Windows 7 Home Basic
Computer Science & Information Technology