sir uses & sign in the code in parameter of function Why sir uses that sign
& sign problem in parameter of function
@Ritesh_jindal & is used to pass the variable by reference. By default, all the arguments are passed by value.
sir uses & sign in the code in parameter of function Why sir uses that sign
@Ritesh_jindal & is used to pass the variable by reference. By default, all the arguments are passed by value.