Community

How a Compiler Deals with Inline in C++

(Manoj Debnath) The idea of inline is derived from C’s preprocessor macros, which, in turn, is derived from assembly language programming.