Why are we passing arr and n as parameters

Here, why are we passing arr and n as parameters to the function for finding maximum xor?

Hi @Anchal
In this code arr and n are not required int the function so you can neglect it.