Vidyalelo
C++ Programming · Q29

Functions and Procedures in C++

Programming · C++ Programming · question 29

Q29

What is the purpose of the 'extern' keyword in a function declaration in C++?

A.
It declares the function as an external function
B.
It ensures that the function is not inlined
C.
It makes the function visible only within the file
D.
It specifies that the function is defined elsewhere
Answer

Answer: Option D

Solution

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