Saturday, June 02, 2007

[hindi_jokes] Find the bug

Hi,
Help me if u don't have much work.  
Help me if u know C. Please help me to get the bug out of my code. Please find the code below¡¦  It is a very simple C program and bug is also so small¡¦ But, am not able to remove the bug from the code¡¦                                                                     /* add.c  a simple C program
*/

#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;
}
 


--
Regards,
Mathew Paret.
http://www.deproxysolutions.com

Like having fun? Visit The Fun Archives at http://www.funarchives.uni.cc

__._,_.___
JOIN GANESH KUMBLE'S NEW GROUP
http://groups.yahoo.com/group/selectedmails
TO GET FEW SELECTED PICTURES,MOVIES,JOKES ETC
(2-3 EMAILS PER DAY.)

THIS GROUP IS FOR THOSE WHO WANT FEW SELECTED
EMAILS INSTEAD OF READING TOO MANY MAILS.

GANESH KUMBLE
ganeshkumble11@gmail.com
Recent Activity
Visit Your Group
SPONSORED LINKS
Lip-Sync?

Win a guitar & CD!

See Good Charotte

Contest on Bix!

Yahoo! Mail

Get it all!

With the all-new

Yahoo! Mail Beta

Yahoo! Groups

Take a Survey

express your ideas

share your opinion

.

__,_._,___

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home