#include <stdio.h> int main(int argc, char *argv[]) { if(remove(argv[1])) printf("Remove Error"); return 0; }