What is a register int?
What is the difference between a register int and a normal int?
Why not use register int where we can instead of using a normal int?