A pointer is used to point the address of another variable.
It is also used to access and update or manipulate the data of another variable
stored in memory.
It is derived data type. Dynamic memory allocation can be
achieved by pointer in C language.
Sy:
data_type *pointer_variable;
No comments:
Post a Comment