/* This program prints the message ANSI--A kinder and gentler C! to the video display. */ #include main() { printf( "ANSI--A kinder and gentler C!\n" ); }