Examveda
Examveda

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


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function