reads in an integer n and calls primes to print all prime numbers ?/FONT> n

main()

{

int n;

printf("\n n = ? \n");

scanf("%d",&n);

primes(n);