Compile Time Vs Runtime ERRORS Code Example


Example: compilation vs runtime error in c


A runtime error happens during the running of the program.
A compiler error happens when you try to compile the code.
If you are unable to compile your code, that is a compiler error.
If you compile and run your code, but then it fails during execution,
that is runtime.

Comments

Popular posts from this blog

Android - ImageView With Rounded Only One Corner

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

Android - SetOnClickListener Vs OnClickListener Vs View.OnClickListener