C data types - Wikipedia, the free encyclopedia
Basic types [edit] The C language provides many basic types. Most of them are formed from one of the four basic arithmetic type specifiers in C (char, int, float and double), and optional specifiers (signed, unsigned, short, long). All available basic ari...