i wanted to be able to change the value of a char based on user input. I am not sure how to achieve this. Below is the section of code I am trying to achieve this in.
Or if you must use char arrays... note that a char array must be end with a null terminator (ie, character 0). This signifies the end of the string data.