All
Please help me solve this problem
I have a class in that there is a function in it
and I am passing a (optional) argument to that function by reference
some thing like this function name(arg1, &arg2);
and each time the argument passed to that function is different variables reference.
How do I do this task.