The **`inline`** keyword suggests that the compiler substitute the code within the function definition in place of each call to that function. In theory, using inline functions can make your program ...