Since character strings are just arrays of char, why does the text caution
you not to confuse the following declaration and initialization?
char shortString[] = "abc";
char shortString[] = {'a', 'b', 'c'};
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here