The `const` keyword in C is used to
Question 1
Q1. The `const` keyword in C is used to
Answer: declare a constant variable
Explanation: const keyword is used to declare variables that cannot be modified. NET computer science MCQs often test this core concept.