In this video, I show you how to read an entire file of string (chars) into a dynamically-allocated buffer. You'll learn how to use the fseek() and ftell() functions to determine file length. You then use the fread() function to read the entire file as a series of chars.