what is op pointer ? what indicate top pointer
Answers
Answered by
1
Answer:
Dereferencing a pointer means getting the value that is stored in the memory location pointed by the pointer. The operator * is used to do this, and is called the dereferencing operator.
Similar questions