InterviewSolution
Saved Bookmarks
| 1. |
WAP to Input five numbers in anarray and find the sum of prime numbers: |
|
Answer» tion: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 ... |
|