Page 57 - INTRODUCTION_TO_C++_Neat
P. 57

POINTE

 Pointer is a user defined data type which
   hold the address of primitive data type lik
   type like function, pointer etc. or derived da

What Are Pointers?
 A pointer is a variable whose value is the a

   or constant, you must declare a pointer be

Syntax

                 datatype *var-name;
   52   53   54   55   56   57   58   59   60   61   62