edited by
849 views
0 votes
0 votes

A macro definition consists of                                                                                                                                                            
(A)  A macro prototype statement          (B)  One or more model statements
(C)  Macro pre-processor statements    (D)  All of the above

Please write down the reason also.

edited by

1 Answer

2 votes
2 votes

A macro definition consists of all of the above

Macro prototype shows the macro name and declaration with parameters.

A preprocessor statement performs inbuilt necessary functions to call macro.

Model statements are generated and used in macro expansion . 

Related questions

0 votes
0 votes
1 answer
1
Ebrahim asked Jan 12
146 views
Q1. For the following grammar N - AB | BA A - a | CAC B - b | CBC C - a | b Find the FIRST and FOLLOW
0 votes
0 votes
1 answer
2
Ebrahim asked Dec 18, 2023
236 views
Like Example Above please answer this questionQ5. Implement a+b*(c+d)-e/finto: a). Quadruples.b). Triples.c). Indirect triples.
0 votes
0 votes
1 answer
3
Ebrahim asked Dec 18, 2023
249 views
Please Answer this question 4. Discuss design issues in code generation. Generate target code for the following basic block. t1 : = a + b t2 : = c ...