Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpcvia!brianh From: brianh@hpcvia.CV.HP.COM (brian_helterline) Newsgroups: comp.lang.c Subject: Re: C Trivia Question Message-ID: <31530020@hpcvia.CV.HP.COM> Date: 21 Sep 90 14:33:18 GMT References: <1990Sep17.214906.20076@odin.corp.sgi.com> Organization: Hewlett-Packard Co., Corvallis, Oregon Lines: 10 darcy@druid.uucp (D'Arcy J.M. Cain) writes: >In article <31530018@hpcvia.CV.HP.COM> brianh@hpcvia.CV.HP.COM (brian_helterline) 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? >>You can make things a little longer.... >>extern const unsigned long int volatile *const volatile GARK; >Don't you consider '*' an operator? Not when I'm declaring a variable, no. I'm just letting the compiler know what type it is.