

unsigned                    C Keyword                    unsigned




Data type


unsigned tells the compiler  to treat the variable as an unsigned
value.  In  effect, this doubles the  largest absolute value that
that type can hold, and changes the lowest storage value to zero.

***** See Also *****

C keywords, data type














































COHERENT Lexicon                                           Page 1


