Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Write a programe print the sum of series 0,1,2,.....10

Answer Posted / sevak.yatrik777

main()
{
int i;
printf("sum of series is:");
for(i=0;i=10;i++)
i=i+i;
scanf("%d",&i);
printf("%d",i);
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is && in c programming?

1227


What is pointer to pointer in c with example?

1159


What are the 32 keywords in c?

1140


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

1120


What are the back slash character constants or escape sequence charactersavailable in c?

1233


Explain how do you view the path?

1224


Why & is used in c?

1248


What is the equivalent code of the following statement in WHILE LOOP format?

1346


How would you obtain the current time and difference between two times?

1339


What is a structure and why it is used?

1294


What is context in c?

977


Explain pointers in c programming?

1161


What are the types of operators in c?

1107


What is the scope of local variable in c?

1206


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2465