GCC下“initializing ‘char **’ with an expression of type ‘const char **’ discards qualifiers in nested pointer types”警告解读

我曾经被这个警告困扰了好久好久,问了好些人,都说没遇到过=_=…… Read More

我对C语言中字符串指针的一个误解

在QQ群中看到一道C语言题: 定义char a[10]和char *p=a,… Read More