A function with two results This program shows a function that generates two results. One result is returned, the other accessed from the main via an address.
Prime numbers (by reference) A function that determines if a number
is prime or not. The function returs 1 if prime, 0 if not. In addition, the function will "return" the value of one
of the divisors.