#include int main() { char foo[100]; scanf("%s", foo); printf(foo); /* compiler cannot inspect contents of foo */ return 0; }