pointer to a constant

A pointer to a constant is a type of pointer in programming that refers to a memory address containing a constant value, which means that the value stored at the memory address cannot be changed using that pointer.

Requires login.