Computer Science, asked by vijay97walunj, 6 months ago

00:43:11
Which data structure is NOT created during processing of macro definition
Options
APTAB
MDT
O PNTAB
MNT
< Prev
Next >​

Answers

Answered by vihan016247
7

Answer:

Please mark me brainleist

Explanation:

I didn't know

Answered by barmansuraj489
0

Concept introduction:

A macro is a section of code that a software replaces with its value. The #define declaration defines macro. When the compiler comes across a macro name, it substitutes the name with the macro definition.

Explanation:

We have to answer the question.

A question has been given to us.

The choices A and C are the right ones. The macro definition, comprising the macro prototype and macro body, is stored in DEFTAB. Store macro names in NAMTAB, which acts as an index for DEFTAB and contains references to the definition's start and finish.

Final answer:

Hence, the correct answer of the question is NAMTAB and DEFTAB.

#SPJ3

Similar questions