...
Back-Tracking
August 1, 2024
Computer-Organization
August 1, 2024
Back-Tracking
August 1, 2024
Computer-Organization
August 1, 2024

GATE 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  
A
Variables
B
Identifiers
C
Actual parameters
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *