C/C++ Error Codes

What are the different types of errors observed in C and classify them as compile time or run-time errors.

Questions by bhavyam   answers by bhavyam

Showing Answers 1 - 6 of 6 Answers

divyavenki

  • May 22nd, 2008
 

compiler time error- the errors that compiler identifies like syntax error, type mismatch/ type casting errors.
Runtime error- those errors that occur while executing a program like semantic errors, for eg, logical errors, stack overflow- , segmentation fault.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions