Examveda
Examveda

In C, what is the purpose of the 'inline' keyword when used with a function?

A. To indicate that the function should be inlined by the compiler

B. To specify that the function is only used in one file

C. To make the function public

D. To declare a recursive function

Answer: Option A


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function