Which operation will write val to the item at position i in anArray?
A. anArray[i] = val;
B. anArray[i] = val;
C. anArray.val[i];
D. val = anArray[i];
Answer: B
Computer Science & Information Technology
You might also like to view...
Escape sequences cannot be used in String literals.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
One of the most disastrous events that can strike a computer is a head crash.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology