C Program to cheak if a number is a Prime or not
In this program inputs a number from the user and tries getting a remainder upto the said number. If a remainder is got for all the numbers it is considered a prime number. If the user inputs 5. 5 is divided by each number upto 5 and it cheaks if a r...




