#include <stdio.h> int main() { if(remove("1.txt")) printf("Could not delete the file &s ","1.txt"); else printf("OK "); return 0; }
#include <stdio.h> int main() { if(remove("1.txt")) printf("Could not delete the file &s ","1.txt"); else printf("OK "); return 0; }