Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Dereferencing a pointer in C/C++ means accessing the value stored in the memory location pointed to by the pointer. This is done by using the dereference operator '*' before the pointer name. The dereferencing operator allows the program to access or modify the value stored in the memory location pointed to by the pointer.