CIS71, Section 4 FIVE MINUTE TEST #5 October 10, 2006 (5) 1. What is a stub? (10) 2. Here is a C string: "roses". Show a picture of the memory used by this string, as an array of characters. (5) 3. Show the format used to print out an integer right aligned on 6 columns (5) 4. Show the format for printing out a float right aligned using 10 columns, with 2 digits to the right of the decimal point. (10) 5. Implement the function int whereMax(int a[], n) the returns the position of the largest element in the integer array a with n elements.