answersLogoWhite

0

Open, Save, Print, Close

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are some tasks of oil?

Lubrication, & cooling are the main tasks in an automobile.


What are the main tasks of a orthopedic?

someone answer this ASAP


An optional file identifier that is separated from a main file name by a period is a?

File extension.


What main tasks does your position involve?

instructing people


What file extension is given to visual studio 2005 files?

The main project file has a VBPROJ extension. This is also a file with the same name as the main project file, but with an SLN extension. The SLN extension is a solution file.


A file name extension is an optional file identifier that is separated from the main file name by a?

. (Dot)


Describe the main tasks faced by an economic system.How these tasks can be solved?

Some of the main tasks faced by an economic system are: What goods to produce? What combination of inputs to use? How to use resources? Present time versus future Who will consume? How to maintain economic growth?


What are the different types of File Management Utilities?

sequence file system index file system main file system sequence index file system


What are the main tasks of the colon?

i know of 3 don't know the fourth one absorption, secretion, and elimination.


What is the main Apache configuration file?

httpd.conf


Is Excel an executable file?

The main Excel program file (excel.exe) is an executable file, but the workbooks it creates are not executable files.


What is file structure in c?

You mean source-file? The simplest format is one single main function: int main (void) { puts ("Hello, World"); return 0; }