Computer Science, asked by vk9403535, 6 months ago

? The parameter passing mechanisn
used incis..............?C में यांत्रिकी पासिंग
पैरामीटर क्या है?​

Answers

Answered by Anonymous
1

Answer:

parameter passing. parameter passing The mechanism used to pass parameters to a procedure (subroutine) or function. The most common methods are to pass the value of the actual parameter (call by value), or to pass the address of the memory location where the actual parameter is stored (call by reference).

Similar questions