RSS Feed for This PostCurrent Article

What does the following C statement do? while(*c++ = *d++); assuming c and d are pointers to characters.

The loop will be executed until d reaches a null character

Trackback URL

Post a Comment