Ad
  • Custom User Avatar

    they expect you to use malloc to reallocate string on the heap, there is free() in test.

  • Default User Avatar

    Look at the top of the page: 115 guys passed the C kata; if there were problems someone would have seen them. I tried a few solutions and all worked fine. Look at your code and don't post issues unless you are very sure of your code (working on your IDE with some tests is not sufficient). Cheers.

  • Default User Avatar

    in C, I get this error:

    Test Crashed
    Exit code: 0
    Signal code: 6

    on IDE, everything works fine.