What are error codes (*^ω^*)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What are error codes (*^ω^*)?

What are they? What do they do? What are some basic ones? Ty

10th Nov 2018, 5:26 PM
Potato Hacker
Potato Hacker - avatar
3 Answers
+ 2
Error codes are when there is an error, so the compiler returns a certain code for the error. Here are some: - missing ; at end of statement - object is undefined - parameter of function is not supplied and so on.... look at the error codes in C with this: https://code.sololearn.com/cZ31qFMu6x5r/?ref=app
11th Nov 2018, 8:47 PM
Rowsej
Rowsej - avatar
+ 6
Missing ;
10th Nov 2018, 6:33 PM
Jaydeep Khatri
Jaydeep Khatri - avatar
+ 3
☻ ((͡° ͜ʖ ͡°)
10th Nov 2018, 6:54 PM
Potato Hacker
Potato Hacker - avatar