1. The character pointer points to the first address of the string constant, that is, to the first address of the string.
2. The character pointer can also point to a string. We can initialize the character pointer with a string constant.
3. The value of the character pointer can be changed.