CSI 201 Review Sheet #2 My exams are cumulative, however the focus will be on topics listed below: functions -return types (void, int, ...) -prototypes -definition -function calls -call-by-value vs call-by-reference for loops -syntax -uses -comparison with while loops arrays -declaration -initialization -functions (input, output, ...) -search -max, min -sort -partially filled and dynamic arrays tracing executions (what does a code segment output? value of a variable?) debugging code (bad execution? errors in compiling?) homeworks (writing code, debugging code, understanding concepts)