15 Common Errors in C and C++ Programming
In this article I am listing out the most common errors and mistakes that programmers do. These must be kept in mind while writing the code. Also Read: 8 Best Rules for Good Programming Style Missing semicolons Every statement must end with a semicolon. A missing semicolon may cause considerable confusion to the compiler and result …