The following is from a \"fill-in at home\" programming test that is part of the application process for an MSc in game development at a UK university:
C+
The C++ standard gives following relations:
sizeof(char) == 1 sizeof(char) <= sizeof(int) <= sizeof(long) sizeof(float) <= sizeof(double)
...