Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

For you

Name: Anonymous 2012-01-12 14:20

What is the output of this program and why?

#include <stdio.h>

void f(void) {
  printf("hax my anus\n");
  fflush(stdout);
  f();
}

int main(void) {
  f();
  return 0;
}

Name: Anonymous 2012-01-12 15:11

Gentlemen, please, if you are from /g/ and have arrived to /prog/ this month, please leave, there is no sense in arguing about things like these. The answers to questions like these are defined by standards so there is an actual answer to the questions, there is little use arguing about them without a copy of the standard so if you don't have one, please leave this thread.

Thank you for listening.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List