What is the difference between inline functions and macros?
Answer Posted / 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 |
Post New Answer View All Answers
Difference between a homogeneous and a heterogeneous container
What are inline functions? What is the syntax for defining an inline function?
Is C++ case sensitive a) False b) Depends on implementation c) True
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)
What does I ++ mean in c++?
Why we use #include iostream in c++?
What is setf in c++?
What is atoi in c++?
What is a hashmap c++?
How do you clear a buffer in c++?
Will the following program execute?
What does floor mean in c++?
Do you know the use of vtable?
How many namespaces are there in c++?
How do we implement inheritance in c++?