All Questions
1 question
4
votes
3
answers
2k
views
Split function using C and dynamic memory allocation
I have programmed a function to split strings, and it gives the expected output.
I am looking forward to write better code and I was told here is a good place to start.
Here's my program:
...