McqMate
| Q. |
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» D. all of the above | |
View all MCQs in
Object Oriented Programming (OOP)No comments yet