The `static` keyword in C is used to
Q1. The `static` keyword in C is used to
Answer: retain the value of a variable between function calls
Explanation: Static variables retain their values between function calls. NET computer science MCQs often test this core concept.