1. Always read it from the right hand side, it is also called as Spiral Rule. 2. When you see *, read it as 'pointer to' int* - pointer to int int const * - pointer to const int int * const - const ...