What is the effect of `register` keyword?
Question 1
Q1. What is the effect of `register` keyword?
Answer: Stores variable in register
Explanation: register hints the compiler to store the variable in a CPU register for faster access.