C Program to check whether a given number is prime or not (using do-while loop)
A number is said to be prime if it is divisible by 1 and itself. It should not have any other divisors. Check whether a given number is prime or not (using do-while loop)