What is your frequently making mistake in the coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is your frequently making mistake in the coding?

4th Apr 2017, 2:31 PM
Japar Jarkinbek
Japar Jarkinbek - avatar
6 Answers
+ 11
Memory leaks when I keep forgetting that last->node_ptr = NULL thing.
4th Apr 2017, 3:49 PM
Hatsy Rei
Hatsy Rei - avatar
+ 10
missing code && motivation && ideas && semicolons 😂
4th Apr 2017, 3:42 PM
Kamil
Kamil - avatar
+ 8
Segmentation faults from misplaced pointers, kills me Everytime 'cause you never expect it and it's hard to catch exactly what the problem is.
13th Apr 2017, 5:21 AM
SoraKatadzuma
SoraKatadzuma - avatar
+ 4
Missing semi-colon, although I teach my students about this common mistake. But, I myself commit it many a times
4th Apr 2017, 3:03 PM
देवेंद्र महाजन (Devender)
देवेंद्र महाजन (Devender) - avatar
+ 2
missing semicolons and sometimes i forget to enclose a string inside quotation marks.
4th Apr 2017, 4:18 PM
Naeem Rind
Naeem Rind - avatar
0
No error at all. Because I love Java, C# and Swift. I may make mistakes if I didn't read API properly and check the return values only.
4th Apr 2017, 8:28 PM
Yhal Htet Aung
Yhal Htet Aung - avatar