Re: [algogeeks] print largest continue subsequent in int array

2010-09-18 Thread LG JAYARAM .
#includestdio.h void main() { int array[20],loop1,loop2,temp; // INITIALIZATION printf(ENTER THE ARRAY SIZE); scanf(%d,num); for(loop1=0;loop1num;loop1++) { scanf(%d,a[loop1]); } for(loop1=0;loop1num;loop1++) { for(loop2=0;loop2num;loop2++) // SORTING { if(a[loop1]a[loop2]) { temp=a[loop1];

[algogeeks] print largest continue subsequent in int array

2010-09-17 Thread Raj Jagvanshi
a[] = {4,1,2,3,4,5,40,41,19,20}; print = 40 , 41 sum = 81; give me code -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to