Vidyalelo
C Programming · Q15

Function

Programming · C Programming · question 15

Q15

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
Answer
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

Solution

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