This is the code segment I hv written. But its compiling well. but it doest give expected output, for me..
I want to write a function to split a char array by taking "," as the delimeter.
I m not splitting the array at once. I m doing it one by one by calling the GetSection function.
1-> What is the expected output?
2-> What's the output you're getting right now?
3-> Post the complete code
4-> Please use code tags to make you're code readable