What is the purpose of `extern` keyword in C?
Q1. What is the purpose of `extern` keyword in C?
Answer: To declare a global variable
Explanation: extern declares a global variable or function that is defined elsewhere. NET computer science MCQs often test this core concept.