The parameter in this case is actually a pointer to char, but because an array is converted to a pointer to its first element when passed as an argument, you can thus pass an array as the argument to...