Which of the following statements declares alpha to be an array of 25 components of the type int?

A. int alpha[25];
B. int array alpha[25];
C. int alpha[2][5];
D. int array alpha[25][25];

Answer: A

Computer Science & Information Technology

You might also like to view...

A data dictionary is also referred to as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The World Wide Web ________.

(a) was developed at roughly the same time as the Internet (b) paved the way for the Internet (c) was developed years after the Internet (d) was designed for “stand-alone” computers

Computer Science & Information Technology