reserved word
word in a programming language that cannot be used as an identifier
register
reserved word in the C programming language
while loop
loop in programming language done while a condition is true
restrict
C keyword used in pointer declarations to assert that pointer aliasing does not occur