COMPUTER SCIENCE AND ENGINEERING
COMPILER DESIGN
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: -A Parameter is the symbolic name for “data” that goes into a function. There are two ways to pass parameters in C: Pass by Value, Pass by Reference.
There is 1 question to complete.