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 virtual methods?
Why do we need pointers?
How do I make turbo c++ full screen?
Will a catch statement catch a derived exception if it is looking for the base class?
What is abstraction c++?
How do you sort a sort function in c++ to sort in descending order?
What are the uses of static class data?
What is format for defining a structure?
Explain the use of virtual destructor?
Can constructor be static in c++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is a float in c++?
Is swift a good first language?
Are c and c++ different?
Explain terminate() function?