UrbanPro

Learn C Language from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

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

What is the actual size of INT in the C language, 2 or 4 bytes?
The actual size to int is determined by the compiler as the program runs. But theoretically the size is 2 bytes. You can increase the size by adding keyword long infront of it to make the size 4 bytes. Eg int a; // 2 bytes Long int b; // 4 bytes
Kunal
Which is older - Java or C?
C is older than JAVA
Baby
Can the last case of a switch statement skip including the break?
Last case if a switch should be DEFAULT.. Good to have this case always. Executed only when there's no other matching cases found.
Sanjeev
Where is C used today?
C is still widely used today in various domains. It is commonly used for system programming, developing operating systems, embedded systems, and game development. Additionally, C is frequently employed...
S
0 0
6

Is C language is used for hack or not?

Yes its is used for hacking purpose.
Jangam

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

Ask a Question

Related Lessons

Tips of learning Java Language/Other Programming Languages
1.You should know the basic concept: If we talk about programming languages so basic concept are same in all the high level languages. So you should know the basic concept firstly then you can easily understand...
I

ICreative Solution

0 0
0

Program to swap the value of two variables without using third variable(simplest way)...
int main() { int a=10,b=20; printf("values of a before swap ="%d,a); printf("values of b before swap ="%d,b); a=a+b; b=a-b; a=a-b; printf("******************"); printf("values of a after swap...

How to write shared library program using C Programming?
Library Name : hellofilename : hello.c#include void Hello(){ printf("Hello World .. How are you 1\n");}======================================Header File:hello.h#ifndef __HELLO_H#define __HELLO_Hvoid Hello(void);#endif===============================Application...

C Program Sample Application
//Standard Library Functions(Header Files used) #include<stdio.h> #include <conio.h> //Main method int main() { // function for clearing screen clrscr(); // function to print the output...

Recursion in C Programming
The process of calling a function by itself is called recursion and the function which calls itself is called recursive function. Syntax of Recursive Function returntype recursive_func () { statements; ...
R

Ravindra Yadav

2 0
0

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
X

Looking for C Language Classes?

The best tutors for C Language Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn C Language with the Best Tutors

The best Tutors for C Language Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more