1
Answer

Arrays example - Multi

harish reddy

harish reddy

7y
139
1
Write a program, which finds the maximal sequence of consecutively placed increasing integers. Example: {3, 2, 3, 4, 2, 2, 4} ? {2, 3, 4}.
 
 
Pls explain in details....not able to understand from googling. 
Answers (1)