0
Why use '*' while declaring pointer?
'Pointer is a variable that stores the address of another variable'. So why can't we declare a pointer just like any other variable?
2 Answers
+ 3
to distinguish it from other normal variables.
+ 1
Its not any variable. Every variable is associated with a pointer, so it is a special kind of variable