C Trivia Question

Michael Toy mtoy at sgi.com
Tue Sep 18 07:49:06 AEST 1990


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?

The best I've come up with is these sets of sequences of six keywords:

typedef const unsigned long int volatile GARK;
static const unsigned long int volatile GARK;
extern const unsigned long int volatile GARK;

Michael Toy



More information about the Comp.lang.c mailing list