Trouble with dynamic 2D array

前端 未结 0 515
一个人的身影
一个人的身影 2020-11-27 08:34

This creates a pointer to the beginning of the array of two pointers.

void **p;
p = malloc(2 * sizeof(void *));

This creates a pointer to the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题