It'll hit you hard in the next chapter of both books when they introduce arrays after pointers. It seems like King already gave you arrays, but will come back to it now that you have pointers. Learn C on the Mac will introduce malloc and free in the chapter after that. King will wait until Chapter 17 to introduce malloc.
Patience. You're not done with either book, they have to introduce a concept before they show you how to put it together with something else to build something larger.
B
I actually haven't gotten that far in Kings book yet, I switched over to C on the Mac to see things from another perspective. C on a Mac is much less detailed and moves along much more quickly, so while I was trying to understand pointers, I figured I'd jump out of place in Kings book to see what he had to say and get some more details. I'm glad I did because I learned that pointers can be declared and initialized, and need to be of a type, just like other variables. C on a Mac didn't go into that detail yet. But that's easy stuff to learn so they should've IMHO.