What is (&cmp) used in bubble sort with comparator?

What is (&cmp) used in the function bubble sort with comparator?

@Ojhajogeshkumar
This is the syntax for passing reference to a function to another function
We passed reference of compare function so that sort function can use the custom comparator.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.