Q: I want to make a function that shows a number is prime or not in c.
this is my code:
#include int prime(int n); int main() { in