How exactly do register variables work in C? When should they be used? K&R touches upon them briefly but moves right along. Is there any source in which I can read about them in depth?
Name:
Anonymous2011-09-25 15:32
>>7
Also, a local variable in C doesn't imply automatic duration. Is's possible for a variable to still exist once it goes out of scope.