Consider the following C code. int max (int begin, int end, int -info) C int k; int maxv; for (k -begin; k maxv) maxv info [k]; return maxv; (3 marks) Which of the variables in the code are used with temporal locality? (2 marks) Which of the variables in the code are used with spatial locality?