Mystrtok funtion

why is astrik used for mystrtok

char *mystrtok(char str[],char delim)

hey @shiva57reddy, it means that strtok function will return a pointer of char type.