const char *a; 2. char* const a; 3. char const *a; -Differentiate the above declarations.

const char *a; 2. char* const a; 3. char const *a; -Differentiate the above declarations.