Can you please tell me what is the exact use of out parameter?
out
Related Question: What is the differen
generally we cannot get the variables inside a function if we don't get by a return value. but use keyword "out" we can change it value by a function.