CATEGORY LISTING
Main:Computers:Programming:C variable types

Subcategories:

You can see the full category hierarchy on the Category Map.


Loose apronyms:
Perfect Apronyms OnlyAll Apronyms
NormalCondensed
CHARCan Hold Alphabetic Representation Angela Brett, when she had half an hour to spare in a C programming test. In C, a char is a type of variable often used to store characters.
INTIt's Neatly Truncated Angela Brett, when she had half an hour to spare in a C programming test. (In C, an int is a kind of variable which holds an integer, and values put into one get truncated.)
INT (2)Its Name's Truncated Angela Brett, because int is short for integer.
INT (3)I'm Not Telling As a programmer, it's sometimes hard to figure out what value a particular variable holds (or is supposed to hold).