[C language] dynamic memory distribution
preface
This blog post is only for me to summarize and learn the knowledge of dynamic memory allocation in C language. In the summary process, I refer to many blogs.
Reference blog:
https://www.cnblogs.com/ericling/p/11746972.html
https://blog.csdn.net/MarcoAsensio/article/details/85937002
summary
An array is a collection of a fixed n ...
Posted by CaptainChainsaw on Wed, 29 Dec 2021 04:13:47 +0100