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 c++ w3school?
What is new in c++?
How much do coding jobs pay?
Why cstdlib is used in c++?
Describe the advantages of operator overloading?
Why do we need templates?
What are manipulators in c++ with example?
What is object oriented programming (oop)?
Why is it called c++?
what Is DCS ? what i will get benefit when i did?
What is the need of a destructor?
By using c++ with an example describe linked list?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is lvalue?
What is the use of endl in c++?