法典
char** p = (char **) malloc(sizeof(char **) * size); //Where size is some valid value.
p[1] = (char*) malloc(sizeof(char) * 30);
上述法典是否被罚款?
我的理解是:
p -> +---------+
0 char* + -> {c,o,d,e, }
+---------+
+---------+
1 char* + -> {t,o,a,d, } //The assignment of these values is not shown in the code.
+---------+
因此,我们应写字。
char** p = (char **) malloc(sizeof(char *) * size);
我是否正确?
第[0]页是否意味着(第1页+1)第1页第1页将提到“返回”,因此“返回”?