What is the difference between compile time and run time execution
Utilisateur anonyme
Compile time execution is during the flow of the program (eg) assignment operations and there is no interaction with the end user where as run time execution happens based on the interaction with the end user (eg) inputting a value or number of elements in run time from the user to pass the value inside the logic.