Enter such a character array, the system will automatically add a '\ 0' inside?
Or just the char [] a={' ch '}; This will add a backslash zero,
CodePudding user response:
Single quotation marks that is character, does not automatically add 0Double quotes that are strings, automatically adding 0