Hello everyone,
i am new to this site and to C also. I found this site very helpful. You guys are really doing well.
Actually i want to use strtok function to parse a string. String conatins the data read from a file which conatains double inverted comma.
I want to use double inverted comma (") as delimiter.
first of all, strtok is not taking double inverted comma (") as delimiter.
even if i pass it as "", it takes it but doesn't parse the string.
I am stuck with this problem. Please help.