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 / jitendra mahajan

2
5

Is This Answer Correct ?    75 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to find anagram without using string functions using only loops in c programming

3239


What is the difference between procedural and functional programming?

1135


Do you know what are the properties of union in c?

1131


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1154


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2230


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

8118


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2697


How does placing some code lines between the comment symbol help in debugging the code?

1064


what does static variable mean?

1167


What is restrict keyword in c?

1169


Explain bitwise shift operators?

1316


What happens if header file is included twice?

1211


Why static variable is used in c?

1085


What is variable and explain rules to declare variable in c?

1178


What is the difference between array and structure in c?

1245