Which operation will retrieve the item at position i in anArray?
A. anArray[i] = val;
B. val[i] = anArray[i];
C. val = anArray[i];
D. i[val] = anArray;
Answer: C
Computer Science & Information Technology
You might also like to view...
A crosstab query must contain at least one row heading, one column heading, and one ________ field
Fill in the blank(s) with correct word
Computer Science & Information Technology
An ActiveX control is a(n) ________, such as a check box or button that is placed on a form to display or enter data, perform an action, or make a form easier to read
A) developerX object B) AJAX object C) graphic object D) design object
Computer Science & Information Technology