+ 2
write a c program to creat folder
9 odpowiedzi
0
I can write C program to call terminal or cmd and execute 'mkdir folder' :)
+ 1
First give a try... If you don't get or if you get any errors,then we will help you 👍
+ 1
There are some built in header files for that... If you are using turbo C compiler... Include dir and process header files
If you are using gcc /Linux include sys/stat.h and sys/types.h
In those header files you have a built-in method called mkdir()
Use that and create you own folders/directories
+ 1
Thank u
+ 1
I have proplem in linux l loss my Desktop and i can find it in file how i return in computer
+ 1
I cant
0
How to write it
0
By gcc /linux... Idont know how to wite it in c language
0
I have already Sent you.. Once check it