Search : in
By :

Error debugging

Last answer on Aug 31, 2009 3:29:45 pm BST kalai, on Mar 16, 2009 3:26:17 pm GMT 
 Report this message to moderators

Hello,


what are the types of error debugging in c language.

Configuration: Windows XP
Firefox 3.0

1

kalai, on Mar 16, 2009 3:38:10 pm GMT

Hi what are the types syntax error in c ,how to clear that error.

Reply to kalai

3

 shivu, on Aug 31, 2009 3:29:45 pm BST

There only 2 types of errors in c and c++....
They are syntactial error and logical error.
first type of error can be solved by using correct syntax.
logical error can be debugged by analysing whole in order of sequential execution of program...

Reply to shivu

2

peisenmann, on Mar 21, 2009 11:54:24 pm GMT

There are lots of syntax errors in C. Each compiler uses different names and error strings for the errors that they catch, and that can even vary by operating system.

You're better off listing the errors you're getting and having people tell you how to fix them.

Reply to peisenmann