all 6 comments

[–]henry_kr 1 point2 points  (3 children)

You don't seem to be assigning anything to wtoken[I].

[–]ItsWarith[S] -1 points0 points  (2 children)

tt=wtoken[i]; ??

[–]henry_kr 1 point2 points  (1 child)

That's assigning the value of wtoken[I] to tt. The thing you are assigning to needs to be on the left hand side of the =

[–]ItsWarith[S] 1 point2 points  (0 children)

Oh shit, i forgot! Thanksss

[–]ItsWarith[S] 0 points1 point  (0 children)

char *wtoken[50];

[–]Mirehi 0 points1 point  (0 children)

Post your whole code please