Re: What's the differences between REGISTER and AUTO?
- From: Flash Gordon <smap@xxxxxxxxxxxxxxxxx>
- Date: Tue, 04 Nov 2008 12:51:45 +0000
JOYCE wrote, On 04/11/08 11:58:
Look the subject,that's my problem!
It is better to put the entire question in the body of the post.
I hope someone can help me, thanks
What does your text book say? What is the difference between a car and a
road? Anyway, register is a hint to the compiler (which normally is not
needed and has not been needed for many years) which affects what you
can do with a variable, auto has not been needed as part of the language
for even longer since where it is legal the variable would have
automatic storage duration without using it.
Another hint is that many processors have registers but I'm not aware of
any that have autos.
--
Flash Gordon
If spamming me sent it to smap@xxxxxxxxxxxxxxxxx
If emailing me use my reply-to address
See the comp.lang.c Wiki hosted by me at http://clc-wiki.net/
.
- Follow-Ups:
- Re: What's the differences between REGISTER and AUTO?
- From: Nick Keighley
- Re: What's the differences between REGISTER and AUTO?
- References:
- Prev by Date: Re: What's the differences between REGISTER and AUTO?
- Next by Date: Re: What's the differences between REGISTER and AUTO?
- Previous by thread: Re: What's the differences between REGISTER and AUTO?
- Next by thread: Re: What's the differences between REGISTER and AUTO?
- Index(es):
Relevant Pages
|