/* A CH applet cannot be executed across the network */ #include int main() { int *ptr, i; ptr = &i; /* ERROR safe Ch */ printf("Hello, world!\n"); printf("Today is %s\n", __DATE__); getchar(); }