C Trivia Question

brian_helterline brianh at hpcvia.CV.HP.COM
Wed Sep 19 01:43:18 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;

You can make things a little longer....

extern const unsigned long int volatile *const volatile GARK;



More information about the Comp.lang.c mailing list