Pointers are variables that store the address of another variable.As language feature they are available in several programming languages like, but not limited to :
Go
C/C++
Ada
Pascal
C# (available under certain constraints)
COBOL
FORTRAN
To get started with C/C++ pointers , follow thes...