& sign problem in parameter of function

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.