Assume you have the following declaration char nameList[100];. Which of the following ranges is valid for the index of the array nameList?
A. 0 through 99
B. 0 through 100
C. 1 through 100
D. 1 through 101
Answer: A
You might also like to view...
What is wrong with this code?
``` int ShowMeTheMoney() { int cents, dollars; cout << “\n Enter dollars and cents”; cin >> dollars , cents; return (dollars,cents); } ``` A. You can’t have a comma in the cin statement. B. You can’t have a comma in the return statement. C. Both A & B. D. There is nothing wrong with it.
Windows 8 distinguishes between several different types of touch gestures
Indicate whether the statement is true or false
A(n) _______ modem connects a computer to a TV network using coaxial cable
Fill in the blank(s) with correct word
When adjusting the space between data series markers, a positive number ____.
A. moves the data markers up in the plot area B. adds space between the data markers C. moves the data markers to the left in the plot area D. overlaps the data markers