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

The C Programming Language

Name: Anonymous 2011-10-24 21:45

Let's have a thread for the C programming language. It's an excellent language.

Name: Anonymous 2011-10-28 15:28

How can I make this better?

#include <stdio.h>
void main(int i){
  char *a[]={"fizz\n","%d\n","%d\n"},*b[]={"fizz","",""};
  for(;i<101;i++)
    (i%5!=0)?printf(a[i%3],i):printf("%sbuzz\n",b[i%3]);}

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