You are required to find the top M marks for the data structures course (to give a numerical example, you want to find the top 4 marks scored by students for the data structures course). The marks scored by the N students who followed the course are stored in an array. A student wrote the following functions to accomplish the task. Answer the given questions based on the code. public static void check_and_replace(int [] data, int v) { int min_i, I; for(i=1, min_i=0; i