Avoiding Common Mistakes in C Programming
February 27, 2008 5:10 am TechnologyThere are plenty of computer programming tutorials on C Programming but how often have you wished that there is a list of the most common errors on C Programming? Like most computer programming tutorials will inform you, there are some blunders thought to be common amongst C beginners but sometimes, C programming veterans make them too! Among some likely slip-ups include using “=” instead of “==” and not placing an ampersand on arguments. Sometimes, programmers frequently made mistakes in the size of the arrays, resulting in erratic program behaviors. Be it syntax errors or logical errors, sometimes a program works fine without the mistakes being corrected but it is good to not make erring a habit.