Question: Write a c program that launches with an unknown number of user inputs. It then checks the user inputs for numbers and letters and adds

Write a c program that launches with an unknown number of user inputs. It then checks the user inputs for numbers and letters and adds all the numbers to an array. The program will then return the size of the array and the numbers in it. For example, your code should start like this: ./program 3 5 7 9 dba 10 14 17 The final output should be: The array has 7 integers, [3, 5, 7, 9, 10, 14, 17]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
