Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Wednesday, March 11, 2015

What is pointers ?

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