Computer Science, asked by patilmansik7, 7 months ago

what is op pointer ? what indicate top pointer

Answers

Answered by pallavisrinivas2004
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