isprime
isprime is a C program which will determine whether a number is prime or not.
Installation
Compile with:
gcc -Wall -ansi -lm isprime.c -o isprime
Usage
./isprime [-s] NUMBER
Type ./isprime -h for help.
isprime is a C program which will determine whether a number is prime or not.
Compile with:
gcc -Wall -ansi -lm isprime.c -o isprime
./isprime [-s] NUMBER
Type ./isprime -h for help.