Answers for "runtime vs compile time"

0

runtime vs compile time

->Compile time is the period when the programming code is converted to the machine code.

-> Runtime is the period of time when a program is running and generally occurs after compile time. 
This runs from start of the program(execution) until the termination.
Posted by: Guest on April-24-2022

Browse Popular Code Answers by Language