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 / vijay pal

2
5

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe how arrays can be passed to a user defined function

1348


What is the difference between the expression “++a” and “a++”?

1275


What is || operator and how does it function in a program?

1164


What is %d used for?

1093


Function calling procedures? and their differences? Why should one go for Call by Reference?

1139


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1296


Is stack a keyword in c?

1154


Differentiate between #include<...> and #include '...'

1116


What is the importance of c in your views?

1241


How do you determine whether to use a stream function or a low-level function?

1193


What is a structural principle?

1246


What is the modulus operator?

1260


What is the use of parallelize in spark?

1068


What is define directive?

1219


What is the use of bitwise operator?

1176