...

/

Concluding Thoughts

Concluding Thoughts

Let's look back on our journey through this course.

We'll cover the following...

Looking back

Often in first introductions to a programming language what’s happening behind the scenes, as a program is compiled and executed, is abstracted out and glossed over. That’s impossible to do with the teaching of C language. With C, the insights we get from learning to program in C tend to stay with us for a life time.

At the outset of this course, we were pulled into a world where different data types take different amounts of memory, and as we progressed we got to see how variables are ...