What is run time? Is there any difference between run time and compile time?

Showing Answers 1 - 1 of 1 Answers

basheer

  • Jul 28th, 2007
 

Compile is a process that converts your source code into object code.
(creation of .exe file)
Run time means the execution file(.exe) is loaded on memory and execute it.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions