Answers for "why do we use * while declarating pointer"

1

why do we use * while declarating pointer

A pointer variable is a special variable in the sense that it is used to store an address of another variable. To differentiate it from other variables that do not store an address, we use * as a symbol in the declaration.
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language