What are pointers?

What are pointers?


Submit Your Answer




All Answers

A pointer is a variable that stores the memory address of another variable as its value. A pointer variable points to a data type (like int ) of the same type, and is created with the * operator.

Votes: 0

What are pointers?

Votes: 0