Miscellaneous C Topics

Prof. Brian D. Davison

Computer Science & Engineering, Lehigh University

Announcements

Notes on Programming Assignment #3

Notes on Programming Assignment #3

Review of Short Quiz #4

Exam #1 Topics

Finish Wednesday's discussion

Functions that return pointers

Generally, either you need to free() or this is memory that you have no control over...

Stack/Heap

Why can't malloc'd data be on the stack?

User-Defined Structures

Access to Structs

User-defined types

The comma operator