Durante la lectura de alguna cuestión en un sitio me encontré debajo de la pregunta en cuestión ac necesita ser depurarCómo depurar el código Este C
unsigned int a, b, c;
/* a and b are assume to have some values */
c = (a + b)/2; // <- There is a bug in this st
What is the bug? and how you debug it?
Algunos de la respuesta diciendo que podría causar desbordamiento (c = (a + b)/2) .pero realmente no entiendo cómo causa el desbordamiento?
¿puede dar un enlace al sitio? – Bazooka
http://geeksforgeeks.org/forum/topic/how-to-debug-the-c-code#post-36549 –