Runtime vs. Compile time

前端 未结 27 931
后悔当初
后悔当初 2020-11-22 06:50

What is the difference between run-time and compile-time?

27条回答
  •  渐次进展
    2020-11-22 07:29

    Run time means something happens when you run the program.

    Compile time means something happens when you compile the program.

提交回复
热议问题