#include #include main() { char *s="Golden Global View"; char d[20]; clrscr(); stpcpy ( d,s ); printf ( "%s",d ); getchar(); return 0; }