Write a program to define a variable size array, ask the user to enter the size of array and its elements. Then search whether an element (x) exists in the array or not and print the indexes where it found (if it exists in more the one index).
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a program to define a variable size array, ask the user to enter the size of array and its elements. Then search whether an element ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Write a program to define a variable size array, ask the user to enter the size of array and its elements. Then search whether an element (x) exists in the array or not and print the indexes where it found (if it exists in more the one index).