doesnot static variable get updated with null as function mystrtok is called?
String tokenizer implementation
hey @Faizan-Ali-1395131367301898, this is speciality of static, when we declared it, we have to initialised it with NULL, now for next subsequent call it will not become NULL again but its value gets updated. That NULL is used for first call only.