Heh. What's wrong, kid? Get stuck at a dead end internship this summer? Can't say I know the feeling. I'm something of a maestro around the Valley. Been made first round offers by Facebook, Twitch, Tumblr--all the players. How? Simple, kid: I've got the perfect fizzbuzz. Relax, I'll break it down into steps even your safety school brain can understand.
#include
Just throw it in. It's a freebie. It's got tons of codes already written by Rick Stallman. Christ, you don't even know who that is, do you, kid?
int main()
{
char *fizzbuzz[] = {"%d\n", "fizz\n", "buzz\n", "fizzbuzz\n"};
Sound it out, champ. It's an array of pointers to memory files. Always hardcode your memory with ditchable pointers. It's called plausible deniability.
for (int i=0; i