What is the correct declaration statement for an array of 100 integers?

A. dimension int [100];
B. int numbers[99];
C. dim numbers[100];
D. int numbers[100];

D. int numbers[100];

Computer Science & Information Technology

You might also like to view...

A virtual memory system has page size p and its corresponding file system has block size b and fixed-length record size r. Discuss the various relationships among p, b, and r that make sense. Explain why each of these possible relationships is reasonable.

What will be an ideal response?

Computer Science & Information Technology

Which of the following is NOT recommended for optimal video playback from CD-ROM?

a. Use a large video window and a high frame rate. b. Interleave the audio and video segments together. c. Use recently spaced key frames. d. Use the Sorenson codec. e. Defragment your files before burning the master.

Computer Science & Information Technology