I\'m trying to print out prime numbers using the following code:
#include int prime_check(int number); int main(){ int x; printf(&quo