Register keyword | Learn CPlusPlus
The Register Keyword is used as a hint to the compiler to store a variable in a CPU register for faster access. However, it's important to note that the use of the register keyword is largely obsolete in modern compilers. Compilers are now highly opt...
learncplusplus.hashnode.dev1 min read