write a program to search an integer in an array of n integers
Answers
Answered by
1
Answer:
If u want detail.. Search in Google...
Answered by
0
Answer:
Write a C program to input elements in array and search whether an element exists in array or not. How to search element in array linearly in C programming. Logic to search element in array sequentially in C program.
Example
Input
Input size of array: 10
Input elements in array: 10, 12, 20, 25, 13, 10, 9, 40, 60, 5
Output
Element to search is: 25
Element found at index 3
HOPE this is helpful to you
Similar questions