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
Join The Discussion