From: "jaystewart1" Newsgroups: comp.os.msdos.djgpp Subject: ASCII codes Lines: 20 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Mon, 19 Mar 2001 23:53:08 GMT NNTP-Posting-Host: 142.177.238.201 X-Complaints-To: abuse AT mpoweredpc DOT net X-Trace: sapphire.mtt.net 985045988 142.177.238.201 (Mon, 19 Mar 2001 19:53:08 AST) NNTP-Posting-Date: Mon, 19 Mar 2001 19:53:08 AST Organization: MPowered-Subscriber To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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};