Using the following declaration: char [ ] n = {'a', 'b', 'c', 'd', 'e'}; What does n[1]

Question:

Using the following declaration:

char [ ] n = {'a', 'b', 'c', 'd', 'e'};

What does n[1] refer to?

a. a

b. abcde

c. b

d. 'a'

e. none of the above

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

Step by Step Answer:

Question Posted: