Type modifiers that alters the meaning of base data type to yield new type.
RANGE=0 to 255
Syntax:unsigned data_type variable;
Example:int main(void)
{
signed char a= 'a';
unsigned char b = 'b';
printf("%i %c",a,b);
return 0;
}
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 1122 / 158768494. Delta: 0.00274 с