Question: Using the following declaration: char [ ] n = {'a', 'b', 'c', 'd', 'e'}; What does n[1] refer to? a. a b. abcde c. b
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
