

register                    C Keyword                    register




Storage class


register is a C keyword that declares a class of data storage.  A
variable so  declared may be stored in a  register, which may in-
crease the speed with which it is read by a program.

***** See also *****

auto, C keywords, extern, register variable, static














































COHERENT Lexicon                                           Page 1


