Political Science, asked by gsgokul2705, 3 months ago

Write a c program to find the first 10 prime numbers and store those values in array Prime[10].​

Answers

Answered by namra1487
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