Assume the following environment
```
#define MAX 50
int a[MAX], i, j, temp;
```
What is the minimum valid subscript value for array a?
a. 0
b. 1
c. any negative number
d. There is no minimum.
e. none of the above
a. 0
You might also like to view...
To design an interactive form, you insert ________
Fill in the blank(s) with correct word
____ iterators, with read access, step forward element-by-element and so return the values element-by-element.
A. Standard B. Input C. Output D. Migration
To export data from Access, you must first open the Access database and select the data from a table to copy it for exporting.
a. true b. false
?The Hypertext Markup Language (HTML) elements that define the structure of a webpage must be within a(n) _____ element.
A. ?div B. ?nav C. ?body D. ?img