Difference between …
 
Notifications
Clear all

Difference between Run-time and Compile-time ?

1 Posts
2 Users
0 Likes
518 Views
0
Topic starter

Give detailed explanation.

1 Answer
0

Compile time is the period when the programming code (such as C#, Java, C, Python) is converted to the machine code (i.e. binary code). Runtime is the period of time when a program is running and generally occurs after compile time.

Share: