Given a string pointer s in C, what does the following iteration do? i.e in what manner does it iterate over the string?
s
for (++s ; *s; ++s);
Aucun commentaire:
Enregistrer un commentaire