C++ Programming and Technical

Are the expressions *ptr ++ and ++ *ptr same?

Read Solution (Total 2)

C++ Other Question

What would be the equivalent pointer expression foe referring
the same element as
a[p][q][r][s] ?
What are the advantages of using array of pointers to string
instead of an array of strings?