Question: 2. Write a C program that includes a function to find the number of negatives in an array. Your function called find_Negatives() that takes an

2. Write a C program that includes a function to find the number of negatives in an array. Your function called "find_Negatives()" that takes an array as an input and returns the number of negatives in the given array. Array elements will be entered by the user. Assume that the size of the array is 5. Sample Run: Array has elements 12 - 543 Number of negatives: 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
