What is the difference between inline functions and macros?
Answer Posted / hr@tgksolutions.com
• 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
Difference between pass by value and pass by reference?
What is one dimensional array in c++?
Is it possible to write a c++ template to check for a function's existence?
What are the c++ access specifiers?
How do you initialize a string in c++?
What is the real purpose of class – to export data?
How many ways can a variable be initialized into in C++?
What are the general quetions are in DEna bank manager IT/System interviews?
How can I disable the "echo" feature?
What are c++ variables?
Which one between if-else and switch is more efficient?
Explain the static storage classes in c++.
write a programme to get a character and thier ASCII value
Is c++ still in demand?
What is c++ used for in games?