What are register variables What are the advantage of using register variables?

1 answer

Answer

1017763

2026-07-18 01:16

+ Follow

Asks the compiler to devote a processor register to this variable in order to speed the program's execution. The compiler may not comply and the variable looses it contents and identity when the function it which it is defined terminates.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.