answersLogoWhite

0

You mean 'SYS.EXE'? It is used under MS-DOS to make a floppy bootable.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

Is a browser's main function to create webpages using HTML?

No, a browsers main function is to read HTML files and render them on the screen. If you want to create pages with HTML, you'll need an editor, IDE, or WYSIWYG.


Can Header file be called in main function or not?

No, main.c does not require a header file. When you have a ".c" and ".h" pair, the ".h" file is to declare the existence of functions that are defined in the ".c" files so that these functions can be called in other files. since "main.c" needs the headers of the other modules (to access their data types and functions) but usually doesn't have a header file itself.Header files aren't "called", they are "included",but usually not inside any function.


Why main function named as main why not start or anything else?

The int main() function named main because by writing this we are trying to reduce the name conflicts from the above function defination which can be anything by the user defined function


What is the main function of a hotel?

the main function of a hotel is to give travelers a place to rest.


What is the function prototype?

A function prototype is a declaration of a function that specifies its name, return type, and parameters without providing the actual body or implementation of the function. It serves as a way to inform the compiler about the function's existence and how it can be called. In languages like C and C++, prototypes are typically placed before the main function or in header files, allowing for proper type checking during compilation. This helps to ensure that the function is used correctly throughout the code.

Related Questions

Can you give more than one main function in the program?

In any source-files, the function names must be unique. In any program (which might be created from multiple source-files), the public function names must be unique.


Is a browser's main function to create webpages using HTML?

No, a browsers main function is to read HTML files and render them on the screen. If you want to create pages with HTML, you'll need an editor, IDE, or WYSIWYG.


Can you use two main function in c?

It is not clear why would you want two functions with the same name. If you simply like the sound of word 'main', you can have one static 'main' function in each source files, but those functions won't be callable from outside.


What is the function of the DVDfab software?

The main function of the DVDfab software is the copying of DVDs. It also offers limited editing options as well as the ability to convert video files between formats.


What is the main function of act software?

ACT Software is used as spyware to monitor usage and find harmful files that could result in viruses.


What are the four types of files according to function?

1) Document files 2) Worksheet files 3) Database files 4) Presentation files


What is the function of record?

The function of a sound recorder is to record audio from a microphone or headset. These recorded audio files can be saved in .wav. The .wav files are compressed or uncompressed recorded audio files.


What is the main danger to downloading files to an office computer?

What the main danger in downloading files to an office computer


What is the function of main engine?

Main propulsion is the function of the marine main engine.


What is the main function of Grimsby?

THE main function of grimpsy is a port


What is the function of marine main engine?

Main propulsion is the function of the marine main engine.


Which header file is used for main function in cand c plus plus languages?

None. PS: The most common headers files are probably: stdio.h stdlib.h string.h