aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

PCC-02021: Found newline while scanning string literal

PCC-02021: Found newline while scanning string literal
Cause: A string constant contains a newline character, For example char x[] = "Hello world";
Action: Remove the newline character.

请先 登录 后评论

1 个回答

小智
PCC-02021:扫描字符串文字时找到换行符,
.原因:字符串常量包含换行符,例如char x [] =“Hello world”;,
.操作:删除换行符。,
.
请先 登录 后评论