Error code: Difference between revisions

Content deleted Content added
m Reverted edits by 63.135.19.106 (talk) (HG) (3.4.9)
Changes in the introduction
Line 2:
{{merge to|Exit status|date=April 2019}}
{{unreferenced|date=August 2012}}
In [[Programming language|computer programming]], a '''return code''' or an '''error code''' is a numbered or alphanumeric code that is used to determine the nature of an error, and why it occurred. In C programming you can find many error codes defined under the header file <error.h>. They are also commonly found in consumer electronics and devices when these attempt to do something it can't do (ie, [[Division by zero|dividing by zero]]). They can also passed off to error handlers that determine what action to take.
 
== In consumer products ==