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...