Search This Blog

Showing posts with label list prime numbers. Show all posts
Showing posts with label list prime numbers. Show all posts

Program to List All Prime Numbers Less Than Given Number

This is a c program to list all prime numbers less than a given number. Within a loop it checks each number less than the given number, whether it is prime or not.