Home »
MCQs »
C++ MCQs
A function that is defined inside a class without any complex statement will be inline?
110. A function that is defined inside a class without any complex statement will be inline.
- True
- False
Answer: A) True
Explanation:
Yes, A function that is defined inside a class without any complex statement will be inline.