C++
Programming and Technical
Define a way other than using the keyword inline to make a function inline.
Read Solution (Total 1)
-
- well inline functions are used to increase the processing speed of the function.
to make a function inline we have to use inline key word , but the same functionality can be achieved by using the macros also - 11 years agoHelpfull: Yes(0) No(0)
C++ Other Question