The `volatile` keyword is used to
Q1. The `volatile` keyword is used to
Answer: declare a variable that can be modified by external factors
Explanation: volatile keyword informs the compiler that a variable's value can change in ways not explicitly specified by the program.