I was recently reading about manipulating strings, and it was highly recommended to use the constant keyword with c-style strings...what I want to know is not so much what const does(although that would be ok) but more what will happen if I don't use const..