C Trivia Question

R. Kym Horsell kym at bingvaxu.cc.binghamton.edu
Tue Sep 18 09:17:17 AEST 1990


In article <1990Sep17.214906.20076 at odin.corp.sgi.com> mtoy at there.sgi.com (Michael Toy) writes:
>Can you think of a C statement which a compiler accepts that has
>a really long string of C keywords, with no operators between them?
\\\

There's always

#define	long

long /* about 1 million times */ int x;

(Not exactly a `statement', but you get the idea, I'm sure).

-Kym Horsell



More information about the Comp.lang.c mailing list