What is the difference between inline functions and macros?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• 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 |
Answer / 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 |
Answer / glibwaresoftsolutions
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 |
Answer / 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 |
• 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 |
Search for: what is pair in c++?
Which function cannot be overloaded c++?
What is dangling pointers?and what is memory leak?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
what is smart pointer & use of the smart pointer ???
What are advantages and disadvantages of Design patterns?
Is there structure in c++?
What are the various operations performed on stack?
Explain explicit container.
What is a forward referencing and when should it be used?
Why did you leave your last job?
Difference between Abstraction and encapsulation in C++?