Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpcc05!hpwrce!walterm From: walterm@hpwrce.HP.COM (Walter Murray) Newsgroups: comp.lang.c Subject: Re: IBM PC keyboard handling (Was: to "OR" or not to "OR") Message-ID: <580005@hpwrce.HP.COM> Date: 31 May 91 03:11:04 GMT References: Organization: HP's Western Response Center Lines: 12 > > > What if I want to use the sequence "??!" within a string? > One method is to use string pasting: > printf("Puzzled?" "?! You don't need to be!\n"); Or use the new escape sequence invented by ANSI for this purpose: printf("Puzzled?\?! You don't need to be!\n"); Walter ------