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