From: "Tom St Denis" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: ASCII codes Lines: 23 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <63xt6.84163$p66.24086554@news3.rdc1.on.home.com> Date: Mon, 19 Mar 2001 23:58:58 GMT NNTP-Posting-Host: 24.112.8.23 X-Complaints-To: abuse AT home DOT net X-Trace: news3.rdc1.on.home.com 985046338 24.112.8.23 (Mon, 19 Mar 2001 15:58:58 PST) NNTP-Posting-Date: Mon, 19 Mar 2001 15:58:58 PST Organization: Excite AT Home - The Leader in Broadband http://home.com/faster To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "jaystewart1" wrote in message news:EZwt6.157$k DOT 40949 AT sapphire DOT mtt DOT net... > Can you guys help me write a program that outputs two strings and their > length, then outputs the two strings in alphabetical order? > > The array below represents the ASCII codes for a string. Can anyone help me > write a program that outputs the corresponding string? > > > > int x[] ={65,112,114,105,108,32,115,104,111,119, > > 101,114,115,32,98,114,105,110,103,32,77,97, > > 121,32,102,108,111,119,101,114,115,32,33,0}; You want us to do your homework? Tom