Inline Functions
For normal functions, the definition and declaration are written in some .hpp and .cpp files respectively and whenever in code we need to call the function, we import the header file and call the function in our source code. When we call the function...
cnotes.hashnode.dev2 min read