What is the purpose of the 'extern' keyword when declaring a function in C?
A. To specify that the function is not defined in the current file
B. To declare a function as a constant
C. To declare a function with a variable number of arguments
D. To specify that the function is recursive
Answer: Option A
Join The Discussion