Introduction
CS61C focuses on low-level programming and computer hardware. Key topics include:
- Abstraction in hardware and software design
- C as a Low-Level Language
- Common C Pitfalls
- Storage Classes likeΒ
extern
Β andΒstatic
- Arrays and Pointers
See the linked pages for more detailed notes on each topic.
References:
- Brian Harveyβs Intro to C
- CS91C course