Vidyalelo
C Programming · Q21

Function

Programming · C Programming · question 21

Q21

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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board