The register keyword in C is a hint to the compiler that a particular variable should be stored in a CPU register instead of in memory. This is used to optimize performance, as accessing a CPU register is typically faster than accessing memory. Howev...
blog.jyotiprakash.org2 min readNo responses yet.