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+
sizeof(bool) is implementation-defined.
Is sizeof(bool) defined?
Namely, it is not required to only be a single byte.