Related:
- Error debugging
- Usb debugging enabler tool - Download - Other
- Network error occurred - Guide
- Cmos checksum error - Guide
- Bios rom checksum error - Guide
- Nvlddmkm.sys error windows 11 - Guide
2 responses
peisenmann
Posts
6
Registration date
Saturday March 21, 2009
Status
Member
Last seen
March 21, 2009
Mar 21, 2009 at 07:54 PM
Mar 21, 2009 at 07:54 PM
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.
You're better off listing the errors you're getting and having people tell you how to fix them.
Aug 31, 2009 at 10:29 AM
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...