Which of the following statement assigns the values stored in x to the first element on an array, ary?

a. ary = x;

b. ary = x[0];

c. ary = x[1];

d. ary[0] = x;

e. ary[1] = x;

Answer is:

    • 5 years ago
    Answer
    NOT RATED

    Purchase the answer to view it

    blurred-text