“What does compile and run mean in Programming? Tell the difference?”

Compile-time and Runtime are the two programing terms used in the software development. Compile -time is the time at which the source code is converted into an executable code while the run time is time at which the exceutable code is started running.

Leave a Reply