answersLogoWhite

0

Other than throwing an exception or a run-time library error, or forcibly terminating the process, there is only one way of exiting a program; you return from the entry point function, usually main(), provided by the library, or from winmain(), if you are using Windows.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What does not supported exiting mean?

What the message is saying is that the program or device is not supported by your computer and cannot be used so the computer is exiting or quiting out of the trying to use the program or device.


What are two ways of exiting medisoft?

the tab that say close or the red x


When exiting an alley or driveway drivers should?

Look both ways before you pull into the street.


Why bats all ways turn left while exiting the cave?

because im cool


Where might you make a parallel turn?

On a road you will find parallel turn there is 2 ways of exiting a junction


Describe two ways to get help in an office program?

two ways to get help in office program


Who is at fault in a collision between a car on the roadway reversing and one exiting a parking lot?

In Kentucky, the vehicle on the main roadway has the right-of-way, regardless of direction. The person exiting the parking lot, must yield to traffic!


Can java program can be written without main?

No, main() class is required to execute the program as that's the starting point of the program.


The main method of a program has?

The Java main method of a program is the place where the program execution begins. A main method would look like below public static void main(String[] args){ }


Can you pass a double solid line in or out of a driveway?

One of the ways you can cross a double or single yellow solid line is when you entering or exiting a driveway


What is the climax of story just lather that's all?

The climax in a story is the main event and usually the most 'exiting' part of a story.


Where do we write main function in a c program?

Into the source program.