unsigned | |
ACTION: |
specifies the type to be of positive numbers only
|
USE: |
unsigned type variable
|
EXAMPLE: |
unsigned long v |
RESULT: |
an unsigned long (dword) called v is created. |
RELATED: |
signed
short
long
word
dword
types
|