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 / vedansh

2
3

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1876


Write a program to find factorial of a number using recursive function.

1182


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

4340


What is a function simple definition?

1170


What is null pointer constant?

1282


What are variables c?

1101


What is the process to generate random numbers in c programming language?

1222


Why doesnt this code work?

1128


What is difference between %d and %i in c?

1312


Explain function?

1142


Explain the properties of union. What is the size of a union variable

1248


Why is void main used?

1148


List some of the dynamic data structures in C?

1306


In c programming language, how many parameters can be passed to a function ?

1172


Do variables need to be initialized?

1113