Outline for May 12, 2025
Outline for May 12, 2025
Reading: C Notes text, §4.2, 4.3, 9, 20, 22.6, 24, 56
Assignments: Homework #3, due May 14, 2025
- Internal representation of data
- Union [union.c, union2.c]
- Conversion among hexadecimal, binary, and decimal
- Bit operations: & (ampersand), | (vertical bar), ^ (carat), ~ (tilde)
- Extracting bits [bits1.c, bits2.c, bits3.c, bits4.c]
- C operator a ? b : c
- C function pointers [fptr.c, funcptr.c]
- C library functions
- Standard I/O library
- stdio.h
- FILE *
- Full, line, buffering; unbuffered