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...

#include<stdio.h>
main()
{int i=1;j=1;
for(;;)
{if(i>5)
break;
else
j+=1;
printf("\n%d",j)
i+=j;
}
}

Answer Posted / fa

1
1
1
1
1

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you declare a variable that will hold string values?

1232


What is the difference between class and object in c?

1244


What is the difference between c &c++?

1211


Can I initialize unions?

1093


where are auto variables stored? What are the characteristics of an auto variable?

1108


Why is sprintf unsafe?

1132


what are the facialities provided by you after the selection of the student.

2334


develop algorithms to add polynomials (i) in one variable

2240


Explain what is meant by high-order and low-order bytes?

1092


How can I determine whether a machines byte order is big-endian or little-endian?

1124


What is the difference between procedural and functional programming?

1137


What is preprocessor with example?

1116


Here is a good puzzle: how do you write a program which produces its own source code as output?

1174


explain what are actual arguments?

1144


Does c have class?

1181