| Logic Error |
Article Index for Logic |
Website Links For Logic |
Information AboutLogic Error |
| CATEGORIES ABOUT LOGIC ERROR | |
| computer errors | |
|
EXAMPLE OF A LOGIC ERROR IN C
{
int i; for(i=0;i<7;i++) printf("Day %d: %d ",i,days {Link without Title} ); } In the above example, ''days {Link without Title} '''s memory location in integer form is printed and not the string it contains, producing unexpected results but not failing the program. SEE ALSO |
|
|