Multiple choice general knowledge science & technology

According to International Obfuscated C Code Contest, what is the size of the world’s smallest “program”?

  1. Zero Bytes

  2. Two Bytes

  3. One Byte

  4. Four Bytes

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

According to the International Obfuscated C Code Contest (IOCCC), the smallest 'program' is technically zero bytes - an empty file that compiles successfully in C. This exploits C language rules where empty translation units are valid. The contest celebrates creative, minimal, and obfuscated C code.