Computer Science, asked by ramkewalsahani371, 11 months ago

WAP to Input five numbers in an
array and find the sum of prime numbers:

Answers

Answered by gauravarduino
1

Explanation:

In this program, You will learn how to find sum of prime numbers in an array in c. ... Some list of prime numbers is: 2 3 5 7 11 13 17 ... printf("Enter Size of An Array :"); scanf("%d", &s); printf ...

Similar questions