Search:

Type: Posts; User: jimblumberg

Search: Search took 0.03 seconds.

  1. So you have tried something like: int...

    So you have tried something like:



    int raise(int x,int n)
    {
    if(n==1)
    return x;

    printf("%d %d\n", x, n);
  2. Do you get any error/warning messages when you...

    Do you get any error/warning messages when you compile?

    If so please post the complete error message.

    Have you tried to print out intermediate results?


    Jim
Results 1 to 2 of 2