#competitive-programming
Read more stories on Hashnode
Articles with this tag
In C++, there is one good feature called inline function. This kind of functions are like the macros of C or C++. To use inline functions, we have to...