TOOLS AND TECHNIQUES FOR COMPILER DESIGN
MISCELLENOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Different parameter passing methods are (you can choose more than one option)
|
Call by value
|
|
Call by reference
|
|
Call by name
|
|
Call by copy restore
|
Explanation:
Detailed explanation-1: -There are three ways to pass parameters to a method.
Detailed explanation-2: -Pass the parameters in registers (this may prove insufficient when there are more parameters than registers). Store the parameters in a block, or table, in memory, and pass the address of block as a parameter in a register. More items
There is 1 question to complete.