Set: C Library: Sizes of Integral Character Types

Familiarize

Learn

Test

Play Scatter

Play Space Race

Voice Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 16 terms

TermDefinition
CHAR_BITNumber of bits for a char object (byte) 8
SCHAR_MINMinimum value for an object of type signed char -127
SCHAR_MAXMaximum value for an object of type signed char 127
UCHAR_MAXMaximum value for an object of type unsigned char 255
CHAR_MINMinimum value for an object of type char either SCHAR_MIN or 0
CHAR_MAXMaximum value for an object of type char either SCHAR_MAX or UCHAR_MAX
MB_LEN_MAXMaximum number of bytes in a multibyte character, for any locale 1
SHRT_MINMinimum value for an object of type short int -32767
SHRT_MAXMaximum value for an object of type short int 32767
USHRT_MAXMaximum value for an object of type unsigned short int 65535
INT_MINMinimum value for an object of type int -32767
INT_MAXMaximum value for an object of type int 32767
UINT_MAXMaximum value for an object of type unsigned int 65535
LONG_MINMinimum value for an object of type long int -2147483647
LONG_MAXMaximum value for an object of type long int 2147483647
ULONG_MAXMaximum value for an object of type unsigned long int 4294967295

Set Information

Terms 16
Creator jtwilliams00
Created March 30, 2009
Groups None
Subject programming
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.