Question: provide a screenshot of code please Question 1 [30 Points] Write a complete C program that consists of a main and a function named PrimeCount.
Question 1 [30 Points] Write a complete C program that consists of a main and a function named PrimeCount. PrimeCount takes an array of integers and its size as input parameters and returns the count of prime numbers in it. An integer is said to be prime if it is divisible by (wie im Jais) only 1 and itself. For example, 2, 3, 5 and 7 are prime numbers but 4, 6, 8 and 9 are not The main defines an integer array of size 1000 and reads its elements from the keyboard. The main then calls the function PrimeCount to get the count of prime numbers in the array and print that count
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
