Outline for May 3, 2002
Handouts:
Sample Midterm
Reading: Johnsonbaugh and Kalin, pp. 489-503, 507-533
-
Greetings and felicitations!
-
Structures
-
Simple student/student ID array
-
Linked lists
-
Allocating, deallocating storage
(malloc, free, calloc, cfree)
-
Bit Operations
-
Representation of integers as bit sequences
-
& | ~
-
Contrast with logical operators && || !