int main(int argc, char **argv) { char *this; char *that; strncpy(that,"hello world",255+1); strncpy(this,that,255+1); return(0); }