by using structure in c.........
we can create a con folder in pc by using ms-dos create a con folder in C-drive by typing mkdir<space>\con\<press enter>... now u can see the folder con created in C-DRIVE OR ANY DRIVEs.. we can remove using rmdir<space>\con\<press enter>.............
At the dos prompt (c:>), type md then a space, then the name of the folder you want to create. Example md foldername
using structures and classes
#include<stdio.h> #include<conio.h> #include<windows.h> int main() { CreateDirectory("C:\\Users\\Tareq\\Desktop\\ComputerScience",NULL); //create folder "ComputerScience" in desktop CreateDirectory("C:\\Users\\Tareq\\Desktop\\ComputerScience\\SF",NULL);//create another folder "SF" inside ComputerScience folder printf("file created"); getch(); }
open c:\ open windows folder create new folder entitled system32 when asked to re-write click yes. restart your computer and start using aircrack yay!!!!
Platform-dependent. For linux: opendir/readdir/closedir + stat. For Windows: FindFirstFile/FindNextFile
Use function mkdir.
Most programs in Linux are written using C or C++.
You can create music using the C programming language by utilizing libraries like NAudio or MIDI.NET to generate and manipulate sound. These libraries allow you to create and play musical notes, melodies, and rhythms programmatically, giving you the ability to compose music through code.
C is a programming.it is defined by the c language
Go to the C: drive and right click. go to new and hit folder.