How can a called function determine the number of arguments that have been passed to it?

Showing Answers 1 - 6 of 6 Answers

jaiganesh11

  • Nov 15th, 2008
 

Simply by using the pointers to store the actual arguments, and by working on pointers you can actually return the value to the orginal location.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions