practice questions for comp1 exam 2014
rr[2]); ``` Analysis: Arrays are zero-indexed; `arr[2]` accesses the third element, which is `3`. Tip: Be comfortable with array indexing and common operations like insertion, deletion, and traversal. Functions and Modular Programming Description: Students should understand functio