Back-Tracking
August 1, 2024Computer-Organization
August 1, 2024GATE 1995
Question 11 |
What are x and y in the following macro definition?
macro Add x,y Load y Mul x Store y end macro
Variables | |
Identifiers | |
Actual parameters | |
Formal parameters |
Question 11 Explanation:
Formal arguments (or) formal parameters is a special kind of variables used in subroutine to refer to one of pieces of data provided as input to the subroutine.
Correct Answer: D
Question 11 Explanation:
Formal arguments (or) formal parameters is a special kind of variables used in subroutine to refer to one of pieces of data provided as input to the subroutine.