C++ Dereference
C++ Dereference
In this Tutorial You will have about C++ Dereference, With the help of Dereferencing, getting memory address from memory location pointed to by a pointer(*asterisk). *(asterisk) is used with pointer variable when dereferencing the pointer variable, it refers to variable being pointed, so this is called dereferencing of pointers.
Example :

Output :
