Tuesday, October 26, 2010

131 Linux Error Codes for C Programming Language using errno

131 Linux Error Codes for C Programming Language using errno: "In C programming language, there is no direct support for error handling. You have to detect the failure and handle the error. In C programming language, return values represents success or failure. Inside a C program, when a function fails, you should handle the errors accordingly, or at least record the errors in a log file."