• + 1 comment

    1)int* solve(int grades_size, int* grades, int *result_size) -> In this line, why are we using "result size" variable? 2)*result_size = grades_size; -> What is the meaning of this line?