When working with strings in the C programming language, you have the option to use either char s[] or char *s to store and manipulate string values. While both constructs allow yo...