• + 0 comments

    Who designed those API?

    int* rotateLeft(int d, int arr_count, int* arr, int* result_count)
    

    Can anyone explain to me why there is result_count if the size of the array never changes?