ProgrammingGet help with creating your scripts/software or help others. Discuss anything relating to programming. Includes PHP, Perl, C++, ColdFusion, etc.
A pointer is a special kind of variable in C and C++ that holds the address of another variable..Pointers and arrays are two sides of the same coin. To write any kind of non trivial application in C, pointers are needed..