
Simple Array Search
Choose your prefered Language:


Write a program in C language that will insert N integers in a one-dimensional arrays of N size (N = known).
Then an integer z will be entered to the program by the user and the program will find whether the number is inside the array and in which position.
If the number is more than one times inside the array the program will output only the first encounter.