adspace
Answer Posted / Mirza Kashif Beg
"The 'register' keyword in C++ is a hint to the compiler that a variable should be stored in a register instead of memory. This results in faster access times but has limited storage space available on registers. However, the compiler decides whether to use the register or not based on its own optimization strategies"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers