An argument can be passed through a macro function.............
a. By value b. By Reference c. Both a and b
Answers
Answered by
1
Answer:
c) Both a and b
Explanation:
Answered by
1
Answer: An argument can be passed through a macro function by value.
Explanation:
- Argument is an expression within the parentheses of a function call.
- Arguments are passed by value.
- On calling a function, the parameter receives a copy of the argument value.
Thus an argument is passed through a macro function a) by value.
#SPJ3
Similar questions