Computer Science, asked by Jmnnl9072, 11 months ago

Given an unsorted array of n elements find if the element k is present in the array or not in c

Answers

Answered by Anonymous
0

Answer:

Given an array of n distinct integers and an element x. ... if 'x' is found before the '(n-1)th' ... else not present in the array

Answered by Anonymous
6

Hiiii dude.........

Given an unsorted array of n elements, find if the element k is present in the array or not. Complete the findNumber function in the editor below. It has 2 parameters: An array of integers, arr, denoting the elements in the array.

Similar questions