Problem
Write a C program program that accepts an array of N elements and a key to search. It searches an array for a "key value" and returns the array's index for that element. If the search is successful, it displays "SUCCESSFUL SEARCH". Otherwise, a message "UNSUCCESSFUL SEARCH" is displayed. The program should print the array and show the index of the search result.