The `register` keyword is used to
Question 1
Q1. The `register` keyword is used to
Answer: declare a variable that is stored in a register
Explanation: register keyword is a hint to the compiler to store the variable in a register.