answersLogoWhite

0

it will be destroyed.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you compile and execute Java program in which we find the highest of any five numbers?

In the same way as you would compile and execute any other Java program. Compile: use the "javac" command. Or use the built-in "compile" command in your favorite IDE. Execute: Use the "java" command. Or use the built-in "run" command in your favorite IDE.


How do you use c program?

Compile, link and execute them.


How a c program execute?

Compile and link it into an executable.


How is C program portable?

Your program is portable if you can compile and execute it on different platforms.


How do you run c programm with add two numbers?

1. Write the program 2. Compile and link it 3. Execute it by entering its name at command prompt


What mean of RUN in c?

Nothing. In TurboC, though, it means: Compile, Link and Execute the current program.


How do you execute this program in java?

Any program before execution, you need to compile it. Let your file name be trial.java.Syntax for compiling:javac trial.javaSyntax for execution:java trial


What does runtime mean?

actually the run time means at the time of executing the program. that means if you write a program and you compile it and you need to execute then during the compilation it is called compile time and during the execution it is called run time .


How do you compile and execute a 16 bit compiler program from a command prompt?

Compiler-dependent. If you have Turbo C, it will be command TCC


What happens to a c program when we didn't use compiler and execute program from .exe?

If you don't compile and execute your program, then it's not a program, just a bunch of source code which is worthless to the computer. The whole point of a compiler is to turn the human-readable code into machine-readable code.


Write a program in C without any functions?

It is not possible. In C, any program must have at least one function to be able to compile and execute properly: the function main()


How do you compile and execute programs using command line in DOS?

ad1: install a compiler ad2: just enter the program's name at the prompt