2. C Programming¶
This note is all about the basics of C programming. The first part of the notes talks about familiar syntax that appears in Java, but then the second part deals with things that Java doesn't do -- pointers and arrays, allocating and freeing, etc.
Get back to toc CS61C.
Overview of Section¶
We will talk about these items: