MCQOPTIONS
Saved Bookmarks
| 1. |
If a piece of code can be implemented as a macro or as an inline function, which of the following factors favour implementation as an inline function? |
| A. | Interacting with other components (like variables in an expression), in the correct way .. |
| B. | Flexibility to manipulate as a pointer |
| C. | Source code size |
| D. | Both A and B |
| Answer» E. | |