What is the difference between inline functions and macros?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between c++ and turbo c++?
What is friend class in c++ with example?
Explain dangling pointer.
Are strings mutable in c++?
What are the effects after calling the delete this operator ?
What is this pointer in c++?
What is an iterator?
What is a stack? How it can be implemented?
What is the basic difference between C and C++?
What is helper in c++?
What is a string example?
What is the array and initializing arrays in c++?
What is increment operator in c++?
What does new return if there is insufficient memory to make your new object?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)