/* add.c
a simple C program*/ #include <stdio.h>#define LAST 10int main(){int i, sum = 0;
for ( i = 1; i < = LAST; i++ )
{
sum += i; } /*-for-*/
printf("sum = %d\n", sum);
return 0;
}
The error message would be helpful but I'm guessing the space between the < and the =.
Easy.Open up notepad, load the page and remove the stupid image001.gif tag.There. Bug now gone.Man I'm brilliant.
Easy......Just Comment the image./**/ like this
mast hai yaar
Post a Comment
4 comments:
The error message would be helpful but I'm guessing the space between the < and the =.
Easy.
Open up notepad, load the page and remove the stupid image001.gif tag.
There. Bug now gone.
Man I'm brilliant.
Easy......
Just Comment the image.
/*
*/ like this
mast hai yaar
Post a Comment