0
C program to find whether the nmber is prime or not
5 Answers
+ 1
thanks
0
Check the code below
Logic is the same only input and output statements change.
https://code.sololearn.com/cpY6XHP6C0Ab/?ref=app
0
Check about the Sieve of Eratosthenes's algorithm here:
https://en.m.wikipedia.org/wiki/Sieve_of_Eratosthenes
0
Prime number checker in C
https://repl.it/JRZN/2
0
thank youđ