Home »
MCQs »
C++ MCQs
Can we define the inline function outside the class in C++ program?
116. Can we define the inline function outside the class in C++ program?
- Yes
- No
Answer: A) Yes
Explanation:
Yes, we can define an inline function inside or outside the class.