Question: Write a C program to take N numbers of integer in an array. Then take a number M from user and search it in the

Write a C program to take N numbers of integer in an array. Then take a number M from user and search it in the array. If number M is found in the array, then print "Number ta paisi!!", and if not found then print "Pailam na vi number ta!!". Sample Output: Sample Input: Enter value of N: 5 Enter numbers in array: 74529 Number ta paisi!! Enter value of M
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
