Pergunta de entrevista da empresa Accenture

What is the difference between compile time and run time execution

Resposta da entrevista

Sigiloso

11 de dez. de 2011

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.