Program To Accept A Group Words Into A 2D String Array And Then Rearrange The Words Before And After Sorting
/* Program To Accept A Group Words Into A 2D String Array And Then Rearrange The Words Before And After Sorting */ #include
#include
#include
void main() { char word[20]; int i,j,sz; char temp[30]; clrscr(); printf("\n enter no.of words(max.20)\n"); scanf("%d",&sz); for( i=0;i
0 ) { string( temp,word[i] ); string( word[i],word[j] ); string( word[j],temp ); } printf(" after sorting...\n"); for( i=0;i
Please send comments to
vgdarur.javafive@blogger.com
Copyright © 2008 - iForeRunner.com
http://www.iforerunner.com/