a the inline keyword tells the compiler to


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.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: a the inline keyword tells the compiler to
Reference No:- TGS0218253

Expected delivery within 24 Hours