How Do You Pass A String As An Argument To A Function In C?
How Do You Pass A String As An Argument To A Function In C? In C, if you need to amend a string in a called function, pass a pointer to the first char in the string as an argument to the function. If you have allocated storage for the string outside the function, which