adplus-dvertising
frame-decoration

Question

Inserting the statements and instructions represented by macro, directly at the place of the macroname, in the program, is known as

a.

calling a macro

b.

inserting a macro

c.

initializing a macro

d.

none of the mentioned

Answer: (a).calling a macro

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Inserting the statements and instructions represented by macro, directly at the place of the macroname, in the program, is known as

Similar Questions

Discover Related MCQs

Q. The time required for execution of a macro is ……… that of procedure.

Q. Which of the following statements is incorrect?

Q. The beginning of the macro can be represented as

Q. Nested Macro calls are expanded using the

Q. Macro-processors are ______

Q. Macro processor is an inbuilt function of -

Q. A processor-

Q. A co-processor-

Q. Advantage of incorporating the macro-processor into pass 1 is that

Q. In which way a macro processor for assembly language can be implemented?

Q. What are x and y in the following macro definition? macro Add x, y Load y Mul x Store y end macro

Q. What is the value of X printed by the following program ? program COMPUTE ( input, output ); var X : integer ; procedure FIND ( X: real ) ; begin X : = sqrt ( X ) ; end ; begin X : = 2 FIND(X);
writeln(X);
end.

Q. Which of the following macros can put a macro assembler into an infinite loop ?

Q. If control signals {a,b,c,d,e,f,g} for some micro instructions and their corresponding MCCS (Maximum Compatibility Classes) are [ad f* g, abd, beg, b deg} then to determine minimal MCC cover, we need to remove

Q. The conditional expansion facility of macro procesors is provided to

Q. The advantage(s) of incorporating the macro processor into pass 1 is/ are:

Q. In which way(s) can a macro processor for assembly language be implemented?