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

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Success in CBSE / ICSE Class 12 and 10 Mathematics Boards

Compile error is the error when you check for syntax error while run time error comes when you do execution of the program.
Comments

Computers, Math, Science, Programming

Errors which occur at the time of compilation are compile time errors and errors which occur at runtime are runtime errors. Example like syntax errors are all compile time errors. where as logical errors or out of memory, network error,etc occurs at the time of running the program file.
Comments

Freelance technical trainer / consultant (Embedded systems, Automation / Scripting) : C, Linux, Embedded systems, python, perl, tcl

Suppose say you are working on Linux and use are using gcc to compile. Whatever error you get when you execute gcc Sample.c, they are compile time errors. Whatever error you get when you execute ./a.out, they are run time errors.
Comments

Software Developer and Trainer with 10 years of experience

Compile Time Errors - Errors that were caught during compilation of the program are called as Compile Time Errors. Mostly Language Syntax Errors & Semantic Errors will be caught as Compile Time Errors. Run Time Errors - Errors that were caught during the execution of the program are called as Run...
read more
Compile Time Errors - Errors that were caught during compilation of the program are called as Compile Time Errors. Mostly Language Syntax Errors & Semantic Errors will be caught as Compile Time Errors. Run Time Errors - Errors that were caught during the execution of the program are called as Run Time Errors. Logical Errors like integer divided by Zero will be caught during this Run Time as this kind of error cant be caught during compile time. read less
Comments

C/C++ & UNIX Shell Scripting Programmer & Tutor

As rightly said by Avinash and Vinod the compile time error is the error at compile time. Syntactic error. Consider it as grammatical error (grammer of a compiler). Run time error is the memory related error or some undefined behavior. Consider you allocated a character array of 20 bytes to store your...
read more
As rightly said by Avinash and Vinod the compile time error is the error at compile time. Syntactic error. Consider it as grammatical error (grammer of a compiler). Run time error is the memory related error or some undefined behavior. Consider you allocated a character array of 20 bytes to store your name. No issues with the statement so no compile time error. But now let us you try to store 25 bytes name on that, it may produce run time error. read less
Comments

Tution for computer science students

Simply we can that compile time error occurs during the compilation of a program where as run time error occurs during execution of a program
Comments

View 4 more Answers

Related Questions

Give the structure of 'C' programming. Also, give significance of math.h and string.h header files.
Hi, C structure is procedural programming. math.h and string .h will have a declerations of predefined methods. math.h ex: sqrt(),...etc. string.h ex: strlen(),strcpy,...etc. if you wanna brif let meknow. Thanks.
Ishwari
Are C Programmers currently in demand?
Ofcourse, C is alwasy in demand. In the beginning a lot of the big project developed in C language. Now a days, there are a lot of language in market and speciallity is growing in IT field. For a big organization...
Harsha
What is the meaning of \n and \t in C language?
is new line and \t is for tab
Priya
0 0
5
If one leaves a lot of space in a C language code, will it require more space in a hard disk and RAM?
Head files tells system, how to deal with different functions with program such as printf(), scanf() , getche() etc. so you must have reference to it.
Abhishek
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C for Begginers
C is an procedure oriented programming language. For any begginer the word program is new. Program: Set of instructions to be followed by machine or computer. Instruction Examples: Arithmetic instruction...

Everything about printf in C language
What is printf and from where it comes from in C code.? You must have used printf so many times in your Car programs but do you really know everything about printf? Let's see. What is the full form...

Find out the Output of the following with reason and get C Language Training fess less by 10%
1. void main() { clrscr(); printf(5+"Beautifull"); getch(); } 2. void main() { int a=50; clrscr(); ...

Some interview questions and answers for fresher level on Pointers
What is a void pointer? Void pointer is a special type of pointer which can reference or point to any data type. This is why it is also called as Generic Pointer. As a void pointer can point to...

Pointers Concept
Every variable has a memory location and every memory location has its address defined which can be accessed using ampersand (&) operator, which denotes an address in memory. Consider the following...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you