Hi gunjan,
Can you please tell me what is the difference between
void function(int*d);
and
void function(int &d);
both above are function declarations and both we do the changes to the original variable passed to the function. Then what is the exact difference.
Thanks in advance
Reputation Points: 45
Solved Threads: 1
Junior Poster in Training
Offline 78 posts
since Aug 2006