Explain what this function does to me (at the blackboard, without any support): void func(char* a, char* b) { while(*a++ = *b++) {} }
Anonymous
this is a memory copy function, just copies one string variable to another
Check out your Company Bowl for anonymous work chats.