Multiple Choice
Which of the following is true about inline functions and macros.
A) inline functions do type checking for parameters, macros don't
B) macros cannot have return statement, inline functions can
C) macros are processed by pre-processor and inline functions are processed in later stages of compilation.
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q1: In object oriented programming the focus is
Q2: In procedural programming the focus in on
Q4: Which of the following is true about
Q5: Which type is best suited to represent
Q6: What will be the values of x,
Q7: C++ programmers concentrate on creating , which
Q8: In C++, const qualifier can be applied
Q9: Which of the following feature of procedure
Q10: Which of the following functions are performed
Q11: Which of the following control expressions are