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
Specify different types of decision control statements?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Is string an object in c++?
What is the use of turbo c++?
What are advantages of using friend classes?
What is difference between class and structure in c++?
How many standards of c++ are there?
Why do we need constructors in c++?
What is #include cmath?
What are smart pointers?
What is the use of class in c++?
What is the use of setfill in c++?
What is the rule of three?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is a local reference?