CISC372: The C Programming Language, part 1

Summary

Historical background. Phases of translation. Preprocessor: include, conditional directives, object and function-like macros. Structure of a C program. Types: static typing, the integer types, floating types. Variable declarations. Arrays, complete and incomplete types. Pointers: pointer types, operations, and 2d-arrays.

C Part 1 Slides: 03_c_part1.pdf

Videos

C: Introduction & Preprocessor
C: Types

Code Examples

Leave a Reply