C++
Programming and Technical
What are the advantages of using array of pointers to string
instead of an array of strings?
Read Solution (Total 1)
-
- Efficient use of memory.
Easier to exchange the strings by moving their pointers while sorting. - 10 years agoHelpfull: Yes(1) No(0)
C++ Other Question