+ 1
What is your frequently making mistake in the coding?
7 Respuestas
+ 11
Memory leaks when I keep forgetting that last->node_ptr = NULL thing.
+ 10
missing code && motivation && ideas && semicolons 😂
+ 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.
+ 4
Missing semi-colon, although I teach my students about this common mistake. But, I myself commit it many a times
+ 2
missing semicolons and sometimes i forget to enclose a string inside quotation marks.
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.