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
How do you declare A pointer to a function which receives nothing and returns nothing
Explain queue. How it can be implemented?
Which programming language should I learn first?
What are the two shift operators and what are their functions?
Define private, protected and public access control.
Does c++ have arraylist?
How can we read/write Structures from/to data files?
What is set in c++?
What is a memory leak c++?
What are shallow and deep copy?
Why do we use setw in c++?
List the special characteristics of constructor.
What is the purpose of ios::basefield in the following statement?
What is a responder chain?
Explain the purpose of the keyword volatile.