CS61C - Basics

  • Introduction to C

  • C is a general programming language that is static typed, and has many functionalities such as lexical variable scope and recursion. It is somewhat low-level and can easily be compiled into machine languages that the computer can easily understand. It is one of the most widely used programming languages of all time and it also has popular derivatives such as C++, C#, and Objective-C. As with any new programming language, let’s write “Hello World” in our new language, C! We start with a blank file called hello.c (Read More!)

Looks like there currently aren't any practice problems (yet) about Basics...if you'd like to see some, let me know.