answersLogoWhite

0

A pointer is a variable whose value is the address to another variable. Pointers are most commonly used to dynamically allocate memory off of the heap instead of defining all of your variables at compile-time.

User Avatar

Wiki User

11y ago

What else can I help you with?