The number in parentheses after an array name is the of the item in the array.

a) value
b) position
c) size
d) None of the above.


b) position

Computer Science & Information Technology

You might also like to view...

Your supervisor asks you if a layer 2 switch could be used in the core of the campus network. Prepare a response to your supervisor. Be sure to justify your recommendation.

What will be an ideal response?

Computer Science & Information Technology

The microprocessor is also referred to as the CPU

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ autoglobal can be used to access the result from form data sent with both the get and post methods.

A. $_FILES B. $_FORMS C. $_REQUEST D. $_SUBMIT

Computer Science & Information Technology

Suppose that outFile is an ofstream variable and output is to be stored in the file outputData.out. Which of the following statements opens the file outputData.out and associates outFile to the output file?

A. outFile("outputData.out"); B. outFile.open("outputData.out"); C. open(outFile,"outputData.out"); D. open.outFile("outputData.out");

Computer Science & Information Technology