What is the difference between inline functions and macros?
Answer Posted / nashiinformaticssolutions
• 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
Can a Structure contain a Pointer to itself?
What is difference between n and endl in c++?
Can you pass a vector to a function?
What are the comments in c++?
Eplain extern keyword?
Explain data encapsulation?
Explain selection sorting?
What gives the current position of the put pointer?
Who was the creator of c++?
Is there structure in c++?
Differences between private, protected and public and give examples.
Why is it necessary to use a reference in the argument to the copy constructor?
Is c the same as c++?
What are the advantages of using const reference arguments in a function?
What is this weird colon-member (" : ") syntax in the constructor?