Felanpro

Unsigned

Jan 22nd, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. Example:
  2.  
  3. unsigned char pilots;
  4.  
  5. Explanation:
  6. Unsigned means that you cannot give the data type that it's tied to a value below 0 like -1.
Add Comment
Please, Sign In to add comment