-
Sep 17, 13 •
53456 Views •
General, Notes •
Kishlay Verma •
1 Comment
Introduction In C programming language, we have different parameters passing schemes. Here we are going to discuss about the two most important ways of passing arguments to a functions such as call by value and call by reference. Important arguments passing
Jan 11, 13 •
4641 Views •
Resources •
saarika Singh •
4 Comments
Q1. What do you mean by argument passing mechanism? Ans- The exact mechanism for assigning arguments to parameters, called argument passing, depends upon the evaluation strategy used for that parameter (typically call-by-value), which may be specified