I'm writing a function in which a char array is scrambled. I know that normally, you have to refrence the location of the variable (&), but when I did this in the declaration of the function, it returned an error. Any help?
This is what you must do you must send the array itself. your code only send an array to the function and after finishing function life of array will be finish...
* This means the value of where S points at and above codes gets an array from program and uppercase the array and all over the program array is uppercase.