C - Unsigned integers
Types for storing unsigned integers.C
Other pieces of example codes:unsigned char x=5;
unsigned short x=280;
unsigned long x=70000;
You can find it in the following collections: integers | numbers | data types
Unsigned integers in another programming language: