Recent content by dan.b

  1. D

    Difficult recursion problem in C

    it means no using *types, calling to r as an address in the array is fine. what is first recursion technique can you add an exmple?
  2. D

    Difficult recursion problem in C

    Hi, everybody. I really need your help with this question that giving me no sleep at nights. :( no loops and no pointers, and No STATIC can be used. Write a recursive function that fills the given character array with all possible given-size subsets of characters in given word, separated by...
Back
Top