Question: 2. (30 points) Write a program that displays the prime numbers in its command-line arguments, which are assumed to be integers. Example run of the
2. (30 points) Write a program that displays the prime numbers in its command-line arguments, which are assumed to be integers. Example run of the program ./a.out 5 2 92 424 53 42 67 output: prime numbers: 5 2 53 67 1) Name your program command prime.c 2) Use a to i function in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
