Tuesday, August 24, 2010

A Clever Way to Fix the Bug haha :)

Remove this bug from code...

#include
<stdio.h >
#define LAST 10

int main()
{
int i, sum = 0;
 


 

for ( i = 1; i < = LAST; i++ )
{
sum += i;
}

/*-for-*/
printf("sum = %d\n", sum);
return 0;
}

############ ######### ######### ######### ######### #########




And the developer fixes it this way



..
..
..
..
....
..
#include stdio.h;
#define LAST 10

int main()
{
int i, sum = 0;

/*

 


*/
for ( i = 1; i < = LAST; i++ )
{
sum += i;
}

/*-for-*/
printf("sum = %d\n", sum);
return 0;

2 comments:

balu said...

nice program but how to write tht

GATE ACT said...

ooo nooo balu whats that ... its just for fun ..