Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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: ...
Majd's user avatar
  • 141