Const

Const pointer vs pointer to const
What is the difference between pointer to constant and constant pointer? constant pointer means the pointer is not allowed to modify whereas in pointe...