Is there any way to do this with strtok
function? or any suggestions ?
Example :
Insert "hello world" to dbms
Result:
Insert
"hello world"
to
dbms
strtok
or any other function in the standard C library can't do this for you. To get it, you have to write code for it yourself, or you have to find some existing code in some external library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With