You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a C program that checks whether a number is prime or not.
The program should take input from the user and print "Prime" or "Not Prime" accordingly.
Please include a README.md file explaining: