Glossary of Selected Computing and Social Science TermsWebopedia Merriam-Webster OnLine Wikipedia File Extensions Resource Jargon Dictionary Units of Measurement Sharpened Glossary Using English HELP!!! I will never get this glossary done (it was a mistake to start it and I have given up on it). If you would like to take it over, then let me know. [Thanks to Kris Barr (CSC150 @ MCC, 15 May 1998) for making some nice additions and edits.]
A | B | C | D |
E | F | G | H |
I | J | K | L |
M | N | O | P |
Q | R | S | T |
U | V | W | X |
Y | Z
integral types: char short int long floating-point types: float double long doubleBasic types are also referred to as base, primitive, atomic, fundamental.
Or, an identifier is given a name and a type. A declaration does not necessarily result in the allocation of storage.
x.c
could be compiled into
the object file x.o (or x.obj). Usually,
an object file is combined with other object files to produce an
executable file.
const and
volatile.
Creator: Gerald Thurman
[gdt@deru.com]