COMPILER DESIGN

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)
A
Call by value
B
Call by reference
C
Call by name
D
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.