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)

C++ Other Question

Are the expressions *ptr ++ and ++ *ptr same? What is the invalid pointer arithmetic?