Using the following declaration: char [ , ] n = {{'a', 'b', 'c', 'd', 'e'}, {'f', 'g',

Question:

Using the following declaration:

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

{'f', 'g', 'h', 'i', 'j'}};

what does n[1, 1] refer to?

a. a

b. f

c. b

d. g

e. none of the above

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

Step by Step Answer:

Question Posted: