What is compile time and run time? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is compile time and run time?

5th Feb 2016, 1:30 AM
Lead Raven
Lead Raven - avatar
2 Answers
+ 1
One COMPUTATION is Compile time is when it happens when your program is compiling (comuted by the compiler) and is Runtime when it happens when your program is running. C++ is faster than Java and C# and one of the reasons for that is that most of the work is done at compile time, even when we are talking about generic programming
4th May 2016, 10:12 PM
Nikolay Jivkov
Nikolay Jivkov - avatar
+ 1
compile time error happens when there is some fault in arrangement of codes I.e. syntax or there is something missing in the code run time error happens when memory gets full so code can't run
17th Jul 2016, 3:17 PM
manish rawat
manish rawat - avatar