MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is true about inline functions and macros. |
| A. | inline functions do type checking for parameters, macros don't |
| B. | macros cannot have return statement, inline functions can |
| C. | macros are processed by pre-processor and inline functions are processed in later stages of compilation. |
| D. | all of the above |
| Answer» E. | |