Science  People  Locations  Timeline
Index: 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

Home > 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.

This article is a stub. You can help Wikipedia by [ ṣlocalurl: : |action=edit}} expanding it].



Read more »

Non User