Vidyalelo
C Programming · Q16

Function

Programming · C Programming · question 16

Q16

What is the purpose of the 'static' keyword when used with a function in C?

A.
To make the function return a static value
B.
To specify that the function can only be called once
C.
To limit the function's visibility to the current source file
Answer
D.
To make the function public

Answer: Option C

Solution

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