◄Up► ◄Contents► ◄Index► ◄Back► ─────C/C++ Language───────────────────────────────────────────────────────── Keyword: register Syntax: register declarator Summary: Specifies that the variable is to be stored in a machine register, if possible. See also: auto, extern, static -♦-