#include <stdio.h>
int main() {
char a[6], *b = "test\n\0";
char *temp=a;while(*temp++=*b++);
printf("%s", a);
return 0;
}
Last active
August 15, 2021 20:11
-
-
Save donno2048/1b237c2f4169472169d9c04d848cf524 to your computer and use it in GitHub Desktop.