I have the following string: char str[] = "\\n";
char str[] = "\\n";
I need to be able to store it into a char, in order to get it\'s ascii value. I basically need