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


what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}

Answers were Sorted based on User's Feedback



what will be the output of this program main() { int i=1; while (i<=10); { i++; } } ..

Answer / abdulhamid

just wanna know

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C Interview Questions

Explain what does a function declared as pascal do differently?

0 Answers  


What are data breakpoints?

3 Answers   Adobe,


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


Is it possible to pass an entire structure to functions?

0 Answers  


Is there a way to compare two structure variables?

0 Answers  


what is the code for getting the output as * ** ***

5 Answers   Caritor,


what type of language is C?

13 Answers   Microsoft,


What is .obj file in c?

0 Answers  


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


What is nested structure with example?

0 Answers  


Categories