Which of the following is/are advantage(s) of Sequence Container arrays over C-like arrays?
Posted: Wed Jul 13, 2022 7:52 pm
a) Sequence Container arrays store its size within itself whereas C-like arrays do not
b) Sequence Container arrays are more efficient
c) Sequence Container arrays have no array decay problem whereas C-like arrays do have
d) All of the mentioned
b) Sequence Container arrays are more efficient
c) Sequence Container arrays have no array decay problem whereas C-like arrays do have
d) All of the mentioned