What does `static` mean for a variable inside a function?
Q1. What does `static` mean for a variable inside a function?
Answer: It retains its value between function calls
Explanation: Static variables inside functions retain their values between calls. NET computer science MCQs often test this core concept.