write a
function c to print the numbers stored
in an
Array.
Answers
Answered by
1
Answer:
Logic to search element in array
- Input size and elements in array from user. ...
- Input number to search from user in some variable say toSearch .
- Define a flag variable as found = 0 . ...
- Run loop from 0 to size . ...
- Inside loop check if current array element is equal to searched number or not.
Explanation:
Answered by
0
Answer:
please follow me......!!!!!!!! n
Attachments:
Similar questions