#include <stdio.h>
#include <string.h>

int main () 
{
   int ret;

   ret = remove("/temp/test.txt");

   if(ret == 0) 
   {
      printf("File deleted successfully");
   } 
   else 
   {
      printf("Error: unable to delete the file");
   }
   
   return(0);
}


6 Comments

แทงบอลออนไลน์เกาหลี · 22/01/2025 at 02:25

… [Trackback]

[…] Info to that Topic: durukanbal.com/2021/01/17/c-remove-function-example/ […]

monumenmasters · 27/01/2025 at 09:19

… [Trackback]

[…] Read More on that Topic: durukanbal.com/2021/01/17/c-remove-function-example/ […]

trovent.lv · 06/02/2025 at 14:37

… [Trackback]

[…] Read More on on that Topic: durukanbal.com/2021/01/17/c-remove-function-example/ […]

สล็อตออนไลน์เกาหลี · 20/02/2025 at 06:35

… [Trackback]

[…] Find More here to that Topic: durukanbal.com/2021/01/17/c-remove-function-example/ […]

stapelstenen · 21/02/2025 at 22:55

… [Trackback]

[…] Info on that Topic: durukanbal.com/2021/01/17/c-remove-function-example/ […]

fafa789 · 09/03/2025 at 15:26

… [Trackback]

[…] Read More to that Topic: durukanbal.com/2021/01/17/c-remove-function-example/ […]

Leave a Reply

Avatar placeholder