Pointer in C:- A pointer in C is a variable which refers only address. (address is a location in memory). Pointer is 4byte because an address is a 4 byte long. Pointer cannot refers any address beyond 4GB of memory in GCC compiler. APPLICATION OF THE POINTER:- It is used for dynamic memory allocation and […]
Categories
Pointer in C
- Post author By basicittopic
- Post date 3 August 2018
- 1 Comment on Pointer in C