Description

A word stores a 16-bit unsigned number, from 0 to 65535. Same as an unsigned int.

Example Code

  word w = 10000;
Guide Home