Question: 6.Write a program in C to print the prime numbers from 1 to 100. (A prime integer is any integer that can be divided evenly
6.Write a program in C to print the prime numbers from 1 to 100. (A prime integer is any integer that
can be divided evenly only by itself and 1)
Requirement: use an array to take the number from 1 to 100 and another array to take the prime
number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
