Search:

Type: Posts; User: Kurtanius21

Search: Search took 0.00 seconds.

  1. Wow! It works if I add the display(stringA) after...

    Wow! It works if I add the display(stringA) after the display(stringB)! I really don't have any idea why! Anyone care to explain how this thing works? I really want to understand recursion, not just...
  2. I'm trying to follow your suggestion stahta. I'm...

    I'm trying to follow your suggestion stahta. I'm still having trouble. I'm trying to implement the replace_first_x() function as you suggested. Here's what I got


    int replace_first_x( char...
  3. The instructor said there is no need for malloc. ...

    The instructor said there is no need for malloc.

    Do you think you could elaborate further Salem? An if statement would get me first x, then how do I create two recursions, one for the 0, and...
  4. Help with Recursion. I'm so lost on this homework problem.

    Here's the problem description:

    “Write a recursive function that displays all the binary (base 2) numbers represented by a string of xs, 0s, and 1s. The xs represent digits that can be either 0 or...
Results 1 to 4 of 4