POINTE
Pointer is a user defined data type which
hold the address of primitive data type lik
type like function, pointer etc. or derived da
What Are Pointers?
A pointer is a variable whose value is the a
or constant, you must declare a pointer be
Syntax
datatype *var-name;