Q. What is the use of the keyword 'extern'?
β
Correct Answer: (A)
To declare an external variable
Explanation: 'extern' is used to declare a global variable or function defined in another file.