...
In the following example, the function f is passed a const char pointer. It then typecasts the const specification away, and proceeds to modify the contents.
...
...
In the following example, the function f is passed a const char pointer. It then typecasts the const specification away, and proceeds to modify the contents.
...