Recent content by dan.b
-
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?- dan.b
- Post #3
- Forum: Programming and Computer Science
-
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...- dan.b
- Thread
- Recursion
- Replies: 5
- Forum: Programming and Computer Science