+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];

Related questions

0 votes
asked Oct 24, 2020 in JAVA by sharadyadav1986
0 votes
asked Oct 3, 2021 in Information Technology by Robin
...