A: The inline keyword tells the compiler to substitute the code in the function de_nition for each instance of a function call. Though, substitution takes place only at the compiler's discretion. For instance, the compiler does not inline a function if its address is taken or if it is too big to inline.