What is an indirection operator?
An indirection operator (*) is used in programming languages like C, C++ to access the value stored at the memory address pointed to by a pointer.
An indirection operator (*) is used in programming languages like C, C++ to access the value stored at the memory address pointed to by a pointer.