Login
Remember
Register
Ask a Question
Choose the best answer below to syntax for printing the address of the first element?
+1
vote
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
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
#array-elements
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 20, 2021
by
SakshiSharma
a) array[0];
...