strtok() March 21, 2014 by Dhaval Dave Function Strtok char * strtok ( char * str, const char * delimiters ); What it does : Split string into tokens A sequence of calls to this function split str into tokens, which are … Read More