why are we passing student class as reference in == operator overloading function
Time stamp 3:52
hello @kartik-malik
when we pass variable by reference then same variable get passed so it save copying time from old variable to new variable .
thats why at tim stamp 3:52 we r passing by reference