Integral type

   

In computer science, a variable has integral type if the variable represents an integer. In the C programming language, the types represented by char, signed char, unsigned char, short, signed short, unsigned short, int, signed int, unsigned int, long, signed long, unsigned long, long long, signed long long, unsigned long long, _Bool, and their equivalents are integral types.

Retrieved from "http://www.mywiseowl.com/articles/Integral_type"

This page has been accessed 62 times. This page was last modified 01:52, 1 Jun 2004. All text is available under the terms of the GNU Free Documentation License (see Copyrights for details).