Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Write a c program to create a directory in current working directory?
0
votes
321
views
Write a c program to create a directory in current working directory?
c
interview questions
posted
May 5, 2017
by
Pooja Singh
Share this question
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
#include<stdio.h> main() { mkdir("DIRECTORY", 0777); }
answer
May 8, 2017
by
Chirag Gangdev
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
0
votes
How can I write c program to create dos command?
0
votes
Write a function to check memory leak in a program using c ?
0
votes
Write a C program to print the time complexity of bubble sort?
0
votes
Write a C program to find longer repeating sequence?
+1
vote
Write a C program to reverse a stack using recursion?
...