x

C++ pointers

PREV     NEXT

What are Pointers?

  • Pointers are one of the best features of C++ in comparison to other programming languages like Java, Python etc. It is a variable whose value is the address for another variable.