The `extern` keyword is used to
Question 1
Q1. The `extern` keyword is used to
Answer: declare a global variable
Explanation: extern is used to declare global variables that are defined elsewhere. NET computer science MCQs often test this core concept.