1. | Non-modifiable procedures are called ? |
Answer: (b).serially usable procedures
|
2. | The translator which perform macro expansion is called a |
Answer: (b).Macro pre-processor
|
3. | A macro definition consists of |
Answer: (d).All of the above
|
4. | A macro is |
Answer: (c).a unit of specification for program generation through expansion
|
5. | A ________________ statement declare the name of macro. |
Answer: macro prototype statement
|
6. | During macro expansion each statement is replaced by |
Answer: (b).the sequence of assembly statement
|
7. | Each macro statement is marked with the __________ sign preceded it. |
Answer: (a).+
|
8. | The flow control during macro expansion is |
Answer: (d).sequential
|
9. | A model statement contains call for another macro is called as |
Answer: (b).nested macro call
|
10. | Expansion time variables are used |
Answer: (b).only during expansion of macro calls
|