answersLogoWhite

0

You can't. You must make the change and then re-compile the program for most programming languages.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When is minimize button useed?

When you would like to do something else while having another program running.


Would minecraft slow down my toshiba laptop?

It will while the program is running, but after it stops running there will be no change in computer speed.


Where does a computer store a program and the data that the program is working with while the program is running?

secondary storage


How do you keep a program running while computer is off?

You don't.


How do you change the clock on 94 geo prizm?

Hold the rcl/program button while pressing the tune buttons. Left changes the hour. Right changes the minutes.


How do you reset change oil light on 2002 Alero?

open fuse box on inside of driver door at the top there is a red button while car is switched on not running press and hold button down for about 10 seconds this should reset it


Does a ferret change directions while running?

Yes, the long vertebrae in a ferret has a great deal of flexibility which allows them to easily change directions while running.,


What is the difference between exit and close commands?

In computing, the "exit" command is typically used to terminate a program or a process, while the "close" command is used to shut down a file or a resource that is being used within a program. When you use the "exit" command, you are ending the entire program, whereas the "close" command is specifically used to release a specific file or resource that was previously opened or accessed. Essentially, "exit" is for ending the program, while "close" is for closing individual components within the program.


What is the difference between downloading a program and running a program?

Downloading a program involves transferring its files from a remote server to your local device, making it accessible for use. Running a program, on the other hand, means executing the downloaded files to perform the tasks or functions for which the program was designed. In essence, downloading is about obtaining the software, while running is about utilizing it.


How do you set the clock on a 2001 ford f-150 pickup?

Press and hold the Clk button. While holding the Clk button down, press the Seek button to change the hour and press the Tune button the change the miutes.


How do you celebrate while running the ball in ncaa football 09 ps2?

The Compurter on your DS Makes celebrations for you


Difference Between Variable And constant?

A constant and variable are variations of data types. int a; is a variable and its value can be changed by the program as the program runs. const int b; is a constant with a fixed value and will have its value set and may not be changed by the program as as the program runs. All data types may be declared as a constant. Variable Value Can Be Changed By You In Programme.