When a 'C' function call is made, the order in which parameters passed to the function are pushed into the stack isa) left to rightb) right to leftc) bigger variables are moved first than the smaller variables.d) Smaller variables are moved first than the bigger ones.e) None of the above.
(b)
-
Interview Candidate
- Jun 3rd, 2005
- 2
- 17051
Showing Answers 1 - 2 of 2 Answers
When a 'C' function call is made, the order in which parameters passed to the function are pushed into the stack isa) left to rightb) right to leftc) bigger variables are moved first than the smaller variables.d) Smaller variables are moved first than the bigger ones.e) None of the above.