+1 vote
in C Plus Plus by
Choose the best answer below to syntax for printing the address of the first element?

a) array[0];

b) array[1];

c) array[2];

d) None of the above

1 Answer

0 votes
by

a) array[0];

...