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