Computer Science, asked by Aniketojha9538, 1 year ago

C program to find maximum and minimum elements in an array using pointers and recurction

Answers

Answered by Anonymous
0

Explanation:

Given sorted array of integers, find the Length of the Longest Arithmetic Progression (LLAP) in it. If elements a,b,c,d,e are in AP, then b=(a+c), c=(b+d), d=(c+e).

Answered by Anonymous
0

Explanation:

program to find the maximum and minimum elements in array using points

Similar questions