char mystrok(char *str ,char delim)
{
static char *input=NULL;
And why have we used a ( * )star symbol in both the places?
char mystrok(char *str ,char delim)
{
static char *input=NULL;
And why have we used a ( * )star symbol in both the places?