Computer Science, asked by dhirendraaditya6057, 9 months ago

Write a program using pointers to find the smallest number in an array of 25 integers

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:

a program using pointers to find the smallest number in array

Similar questions