Path: utzoo!attcan!uunet!snorkelwacker!usc!zaphod.mps.ohio-state.edu!rpi!leah!bingvaxu!kym From: kym@bingvaxu.cc.binghamton.edu (R. Kym Horsell) Newsgroups: comp.lang.c Subject: Re: C Trivia Question Message-ID: <4045@bingvaxu.cc.binghamton.edu> Date: 17 Sep 90 23:17:17 GMT References: <1990Sep17.214906.20076@odin.corp.sgi.com> Reply-To: kym@bingvaxu.cc.binghamton.edu.cc.binghamton.edu (R. Kym Horsell) Organization: SUNY Binghamton, NY Lines: 14 In article <1990Sep17.214906.20076@odin.corp.sgi.com> mtoy@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