环境:系统Ubuntu 15.10/ 编译器GCC/语言C
【1】error: initializer-string for array of chars is too long [-fpermissive]
字符数组初始化时,数组大小一定要大于字符串长度+1,否则编译错误。
字符串数组最后有\0。
环境:系统Ubuntu 15.10/ 编译器GCC/语言C
【1】error: initializer-string for array of chars is too long [-fpermissive]
字符数组初始化时,数组大小一定要大于字符串长度+1,否则编译错误。
字符串数组最后有\0。