0 votes
in C Plus Plus by

Is that possible to add pointers to each other?

1 Answer

0 votes
by

There is no possibility to add pointers together. Since pointer contains address details there is no way to retrieve the value from this operation

...