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
What is the identity function in c++? How is it useful?
Difference between overloading vs. Overriding
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What are the 4 types of library?
What is the full form of india?
what kind of projects are suitable for c and c++
Why ctype h is used in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Differentiate between late binding and early binding. What are the advantages of early binding?
How do pointers work?
What is capacity in vector in c++?
Define basic type of variable used for a different condition in C++?
Write about the scope resolution operator?
Explain Text Manipulation Routines?