Skip to main content
Logo image

Section 21.7 Summary

In this chapter, we covered the following topics:
  • Using malloc() to dynamically allocate memory
  • Using free() to release allocated memory
  • Practice using these new tools to reserve memory for strings and arrays of strings