int is 2 bytes
short is 2 bytes (it's an int)
long is 4 bytes
float is 4 bytes
You can test this using the sizeof() operator to check the size of things

- Xander
_________________|
Some people, when confronted with a problem, think, "I know, I'll use threads,"
| and then two they hav erpoblesms. (@nedbat)| My Blog:
I'd Rather Be Building Robots| ROBOTC 3rd Party Driver Suite: [
Project Page]