Which one of the following statements assigns the value 40 to the first element in an array of integers named values?
a. values[-1] = 40;
b. values[0] = 40;
c. values[null] = 40;
d. values[1] = 40;
b. values[0] = 40;
Computer Science & Information Technology
You might also like to view...
When using the Data Filters command, which of the following is NOT a date reference?
A) Two Days Ago B) This Week C) This Month D) Last Year
Computer Science & Information Technology
The __________ block cipher mode of operation is a general purpose block oriented transmission useful for high speed requirements.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology