mardi 3 mars 2015

How does this iteration work: for(++s ; *s; ++s)

Given a string pointer s in C, what does the following iteration do? i.e in what manner does it iterate over the string?



for (++s ; *s; ++s);

Aucun commentaire:

Enregistrer un commentaire