Algo++-using c++ STL String Tokenizer

can we use string in place of char?

Hello @itsexp_2302,

Your question is not clear.

Are you asking if you can pass char instead of a string as a parameter?
So, the answer is:
No
Syntax of this function is:
char* strtok( char* str, const char* delim );

Hope, this would help.
Give a like, if you are satisfied.