What is the difference between inline functions and macros?
Answer Posted / nashiinformaticssolutions
1. Macros: Text substitution; no type checking.
2. Inline functions: Replaced at runtime; provide type checking and debugging benefits.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c++ used for in games?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is meant by the term name mangling in c++?
What is a c++ object?
Why null pointer is used?
Please explain the reference variable in c++?
When do you call copy constructors?
Is dev c++ a good compiler?
What does extern mean in a function declaration in c++?
What is the role of copy constructor in copying of thrown objects?
Why do you use the namespace feature?
Is java made in c++?
Explain the different access specifiers for the class member in c++.
Do the parentheses after the type name make a difference with new?
How the endl and setw manipulator works?