Use function mkdir.
b + b + b + c + c + c + c = 3b + 4c
c + c + c + c + c = 5 * c.
It is impossible to give any decimal/numeric value if we are not given the values of at least one variable, so the answer is B + B + B + C + C + C.
the answer is a
If you click on the plus sign in Windows Explorer, then you open it, to see lower-level folders.
#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(); }
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>.............
You can create an exe-file from your C++ source, if you have a compiler.
Go to the C: drive and right click. go to new and hit folder.
Are you asking how do you "rename" the C drive? or how to place a folder in C drive named Kenya?
At the dos prompt (c:>), type md then a space, then the name of the folder you want to create. Example md foldername
When in Command(prompt) [Cmd] type: MD C:\Data <enter> It's as simple as that! Note: You must have the permission to create folders on C-drive..
Depends on your type of computer windows if you click on new you should see create folder in the folder you can create a file
To create a folder on a Kindle Fire, go to the home screen and tap on "Documents" or the app where you want to create the folder. Then, tap the "+" icon or "Create New Folder" option, enter a name for the folder, and save it. You can then move files or apps into this folder for better organization.
A filter; a virtual folder.
A plus sign to the left of a folder in Windows Explorer indicates that the folder is: a Parent folder containing Subfolders within.
This is actually really easy to do. First create new folder by right clicking on the desktop, and going to New > Folder. When your new folder is created go to the file you want to copy and click on it to highlight it. Now press Ctrl+C and now go back to the folder you just made and open it. You should be in the folder, and while in the folder press Ctrl+V. Now the file is copied in the folder and your done!