============== Function Calls [TOC] ============== This is just a simple warm up: - State what output you expect from the programs - Compile and run the programs - Explain the output Example: Local Variables ======================== :import: session09/local_vars.c Example: Recursive Function calls ================================= :import: session09/factorial_rec.c