This is a C program to delete or remove a directory using the system calls in Linux or Unix operating systems. The program make use of the remove() system call in Linux.
#include<stdio.h>
#include<fcntl.h>
main()
{
Information about resetting and configuring Mobile phones (Java, Android, Symbian etc), educational articles especially for programming in C, C++ and Java and more about Computers and operating systems
Showing posts with label delete. Show all posts
Showing posts with label delete. Show all posts
C Program To Implement Circular Linked List
C Program to implement circular linked list.
#include<stdio.h> #include<malloc.h> #include<stdlib.h>
Labels:
$ccpp
,
c program
,
C++
,
circular
,
code
,
compiled
,
delete
,
ends
,
insert
,
linked
,
linked list
,
list
,
programming
,
source code
,
two
C Program For Insertion And Deletion In Heap
C program code for Insertion and Deletion in a Heap.
#include <stdio.h> #include<stdlib.h> int arr[100],n; void display(); void insert(int num,int loc); void del(int num);
Subscribe to:
Posts
(
Atom
)