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
What is the object serialization?
What is #include iostream h in c++?
What is insertion sorting?
What is called array?
What is else syntax in c++?
List the features of oops in c++?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What do c++ programmers do?
What are advantages of using friend classes?
What are the two types of comments?
What are static member functions?
Where Malloc(), Calloc(), and realloc() does get memory?
Explain the use of virtual destructor?
Is c++ proprietary?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).