#include int main() { int garbage; /* Not initialized!!! */ printf("%d\n", garbage); return 0; }