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.
The Prime Numbers Function 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.
The Divisors Program A program that prints all the smallest divisors of the integers between 1 and 50 and indicates prime numbers with and asterisk.