Examveda
Examveda

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

D. To make the function public

Answer: Option C


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function