Using the following declaration: int [ ] x = {12, 13, 14, 15, 16, 17, 18, 19};

Question:

Using the following declaration:

int [ ] x = {12, 13, 14, 15, 16, 17, 18, 19};

What does x[8] refer to?

a. 19

b. 18

c. '\0'

d. 0

e. none of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: