Help for this page

Select Code to Download


  1. or download this
    int guess_rec_c( int ans, int lower, int higher ) {
        int guess;
    ...
             return guess_rec_c( ans, guess +1, higher );
        }
    }
    
  2. or download this
    jordan@linux-jordan:~> more guess.c
    
    ...
    user    0m0.276s
    sys     0m0.004s