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