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

Why isn't it being handled properly?

999


What is the stack in c?

1080


What is the use of sizeof () in c?

989


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

1047


Why is c called "mother" language?

1228


Can we compile a program without main() function?

1073


What is the difference between typedef and #define?

990


What does *p++ do?

978


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1965


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

1114


Write a c program to demonstrate character and string constants?

2111


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

1167


What is %s and %d in c?

970


What is the value of uninitialized variable in c?

976


What is int main () in c?

1024