szNoobProgrammer
Programmer
I have a question. What is the difference between declaring a null-terminated character array with
vs
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.
Code:
char* <name>
Code:
char <name>