#include #include main() { char *s="Copywrite 1999-2000 GGV Technologies"; clrscr(); printf ( "%s",strupr ( s ) ); getchar(); return 0; }