Computer Science, asked by jaskanwar7694, 9 months ago

What is difference between compile a program and run a program?

Answers

Answered by AravindhPrabu2005
3

Answer:

Compile-time is the instance where the code you entered is converted to executable while Run-time is the instance where the executable is running. The terms "runtime" and "compile time" are often used by programmers to refer to different types of errors too. Compile-time checking occurs during the compile time

Similar questions