COMPILER DESIGN

INTERMEDIATE CODE GENERATION

SYNTAX TREES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What are x and y in the following macro definition? macro Add x, y Load y Mul x Store yend macro
A
variables
B
identifiers
C
actual parameters
D
formal parameters
Explanation: 

Detailed explanation-1: -Macro parameters are specific types of variables that can drive or change a macro’s output. Each parameter you encounter while editing a macro is an opportunity to customize that macro in a particular way.

Detailed explanation-2: -There are two types of macro parameters: positional and keyword.

Detailed explanation-3: -What Does Macro Mean? A macro is an automated input sequence that imitates keystrokes or mouse actions. A macro is typically used to replace a repetitive series of keyboard and mouse actions and used often in spreadsheets and word processing applications like MS Excel and MS Word.

There is 1 question to complete.