What is the purpose of `extern` keyword?
Question 1
Q1. What is the purpose of `extern` keyword?
Answer: To declare a global variable
Explanation: Extern is used to declare a global variable or function that is defined elsewhere.