Assume the following environment

```
#define MAX 50
int a[MAX], i, j, temp;
```

What is the maximum valid subscript value for array a?
a. 0
b. 49
c. 50
d. a[50]
e. none of the above


b. 49

Computer Science & Information Technology

You might also like to view...

All of the following are true about classes, except:

a. Classes have attributes and behaviors. b. The first class in any C++ program is main. c. An object must be created from a class before it can be used. d. A class’s functions hide from the user the complex tasks they perform.

Computer Science & Information Technology

A clustered column chart is best for displaying trends over time

Indicate whether the statement is true or false

Computer Science & Information Technology

Wanda has kittens to give away and she wants to advertise this fact to friends and family. After typing up a description in a Word file, she wants to add a graphic image before printing the document.Wanda can't find a ready-made image of a kitten, so she downloads one from the Web and inserts the image into her Word file. Now she wants to make it a floating image, and move it where she pleases on the document. She can do this by choosing ____ as its wrapping style.

A. Behind Text B. Square C. Through D. In-Line with Text

Computer Science & Information Technology

Choosing to merge only records with the ZIP Code 39440-1203 is called ____ records.

A. arranging B. filtering C. merging D. sorting

Computer Science & Information Technology