OOPs Concepts
Programming and Technical
Programming
Program
What is Inline function?
Read Solution (Total 1)
-
- Inline function can be expanded inline
It runs very fast as it ignores the overhead of function call and return statement
inline void display(){} - 9 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question