Which operator is employed in C++ to access the value stored at the address pointed to by a pointer?
->
&
*
[]

Programming Languages Exercises are loading ...