Compilation error

bool operator () (student& x, const student& y)
Why will above line give compilation error?
I tried in IDE and it did not give any error.

Hi @nirmachoudhary204

We cannot pass constant variable through reference. This might work in updated versions of c++.

Hope it Helps.

@nirmachoudhary204
Please mark your doubt as solved.

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.