Question: Assume a function requires 2 0 lines of machine code and will be called 1 0 times in the main program. You can choose to
Assume a function requires lines of machine code and will be called times in the main program. You can choose to implement it using a function definition or a macro definition. Compared with the function definition, macro definition will lead the compiler to generate, for the entire program,
shorter machine code but with longer execution time.
a longer machine code but with shorter execution time.
the same length of machine code, with shorter execution time.
the same length of machine code, with longer execution time.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
