Pointers in C Language Tutorial Notes Study Material with Examples
2018-05-01
Pointers in C Language Tutorial Notes Study Material with Examples Pointers A pointer is a variable that stores memory address. Like all other variables it also has a name, has to be declared and occupies some spaces in memory. It is called pointer because it points to a particular location.Continue Reading