Latest C++ Aptitude Question SOLUTION: Which one of the following is the correct option showing the declaration(s) of a pointer to constant integer? [1] const int* a; [2] int* const a; [3] int const* a; [4] 1 and 3 bot