Path: utzoo!attcan!uunet!cs.utexas.edu!usc!ucsd!ucbvax!hplabs!hp-pcd!hpcvia!brianh From: brianh@hpcvia.CV.HP.COM (brian_helterline) Newsgroups: comp.lang.c Subject: Re: C Trivia Question Message-ID: <31530018@hpcvia.CV.HP.COM> Date: 18 Sep 90 15:43:18 GMT References: <1990Sep17.214906.20076@odin.corp.sgi.com> Organization: Hewlett-Packard Co., Corvallis, Oregon Lines: 12 >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;