What is the purpose of `register` keyword?
Q1. What is the purpose of `register` keyword?
Answer: To hint the compiler to store a variable in a register
Explanation: The register keyword is a hint to the compiler to store the variable in a register for faster access.