/* A program to delete the file called "freddy". */ #include main () { remove("freddy"); }