What are bugs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

What are bugs?

8th Dec 2019, 4:38 PM
Qaz Ace
3 Answers
+ 7
Bugs are not data types. Please change your tag. Bugs are unexpected and unwanted outcomes of a code. Removing it is often memed to be 90% of a programmer's life.
8th Dec 2019, 5:03 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
unwanted or unexpected results of a program. could cause: crashes, security issues and so on ...
8th Dec 2019, 5:00 PM
Bahhaⵣ
Bahhaⵣ - avatar
0
In simple terms: Input ---no_error---> correct output Input ---no_error---> correct output Input ---no_error---> wrong output Why did you get wrong output even though there is no_error , it is called bug
8th Dec 2019, 6:43 PM
onekpsc