0 votes
in C Plus Plus by
Explain Register Storage Specifier

1 Answer

0 votes
by

“Register” variable should be used whenever the variable is used. When a variable is declared with a “register” specifier, then the compiler gives CPU register for its storage to speed up the lookup of the variable.

Related questions

+2 votes
asked Jun 19, 2019 in C Plus Plus by anonymous
+2 votes
0 votes
asked Mar 10, 2020 in C Plus Plus by rahuljain1
...