I have a question. What is the difference between declaring a null-terminated character array with char* <name> vs char <name>besides the fact that the char* prefix also can point to the first character in other, already declared, character strings? I'm just teaching myself the language, I'm a noob.