"manochavishal@gmail.com" <manochavishal@gmail.com> writes:[color=blue]
> In standard i have come across:
>
> 6.2.6 Representations of types
> 6.2.6.1 General
>[/color]
[snip][color=blue]
>
> I have not understood what padding bytes are and why they are used in
> representation.
>
> Even i have not understood the paragraph 4.
>[/color]
[snip][color=blue]
>
> what is difference between a bit-field and a non-bit-field object.
>
> *Values stored in bit-fields consist of m bits,
> where m is the size specified for the bit-field.*
>
> This i couldn't understand.[/color]
If you're having trouble with things like this, you should be studying
a book or other tutorial rather than trying to learn the language from
the standard. The standard is designed to precisely define the
language for implementers and programmers, not to teach it.
Kernighan & Ritchie's _The C Programming Language_, 2nd Edition, is
one of the best books, especially if you have some previous
programming experience. There are some other good books and tutorials
out there -- and a *lot* of really bad ones.
--
Keith Thompson (The_Other_Keith)
kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.