How to use free() function for a pointer array?

前端 未结 0 1179
情书的邮戳
情书的邮戳 2020-12-06 12:14

I\'ve declared a struct and a pointer array by the declared struct.

struct Book* Collection[100];

Before the code ends I want to free up my m

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