NOTE: This submission was received late. The deadline was Wed Jun 23 11:00:00 2004 but the submission was not received until Thu Aug 12 15:35:04 2004. We will grade the last on-time submission for this quiz. Your Answer for Question 1: int main() { int* intPtr; int n; intPtr = &n; n = 5; return 0; } Your Answer for Question 2: setTo5(int* mutable); void setTo5(int* mutable) { *mutable = 5; return 0; } Your Answer for Question 3: I have little previous experience with C. I was mostly interested in understanding the differences of the capabilities of C versus other languages. Pointers can be confusing when experiencing seg faults. Your unique submission ID is quiz1-2-1-cs61c-bw-1092350104-1755.