Write a c program to find the first 10 prime numbers and store those values in array Prime[10].
Answers
Answered by
0
Answer:
Program to print the first 10 prime numbers
Prime Numbers
Prime numbers are the natural numbers that can be divided by their self or by 1 without any remainder.
For example: 2, 3, 5, 7, 11, 13, 17 etc.
Similar questions