How will developer Fix the bug !!!!!
Wall Script
Wall Script
Wednesday, August 20, 2008

How will developer Fix the bug !!!!!


#include ;
#define LAST 10;

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







for ( i = 1; i < = LAST; i++ )
{
sum += i;
}
/*-for-*/
printf("sum = %dn", sum);
return 0;
}

And the developer fixes it this way



#include ;
#define LAST 10 ;

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

/*






*/

for ( i = 1; i < = LAST; i++ )
{
sum += i;
}
/*-for-*/
printf("sum = %dn", sum);
return 0;
}
web notification

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. That was really funny. Whahahahaha. As if the bug animation could be removed by putting /* & */ as if it was like commented. whahahahahaha

    ReplyDelete

mailxengine Youtueb channel
Make in India
X