What is the difference between inline functions and macros?
Answer Posted / glibwaresoftsolutions
• Inline Functions: Type-checked, replace function calls with code during compilation.
• Macros: Preprocessor directive, no type-checking.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Briefly describe a B+ tree. What is bulk loading in it?
What does it mean to declare a member function as static?
How do you traverse a btree in backward in-order?
Comment on c++ standard exceptions?
What is the v-ptr?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Why do we use constructor?
which of the following is not an secondary constant a) array b) real c) union
What is the full form of ios?
What you know about structures in C++?
Do vectors start at 0?
What is an html tag?
What is flush () in c++?
What are the c++ access specifiers?
What is a float in c++?