Write a c program to check whether a number is prime or not. In this tutorial, we are going to write a c program to check whether an input number is prime or not.
Given an integer, Write an efficient c code to check whether a number is prime or not.