purity | | | |
100% | CHAR | Can 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.
|
100% | INT | It'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.)
|
100% | INT (2) | Its Name's Truncated |
Angela Brett, because int is short for integer.
|
100% | 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).
|