Page 61 - INTRODUCTION_TO_C++_Neat
P. 61

USING POINTERS IN C++

 There are few important operations,
   which we will do with the pointers
   very frequently.

    (a) we define a pointer variables

    (b) assign the address of a
        variable to a pointer and

    (c) finally access the value at the
         address available in the

    pointer variable.
   56   57   58   59   60   61   62   63   64   65   66