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++;
}
}

Answer Posted / shanmuga priya

10

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find a missed value, if you want to store 100 values in a 99 sized array?

1463


How can I make sure that my program is the only one accessing a file?

1348


What is printf () in c?

1146


What is array of structure in c programming?

1333


What is a pointer on a pointer in c programming language?

1190


How does selection sort work in c?

1099


Explain output of printf("Hello World"-'A'+'B'); ?

1561


What is c standard library?

1271


What are the back slash character constants or escape sequence charactersavailable in c?

1232


Is swift based on c?

1151


What are the 5 elements of structure?

1130


how to write optimum code to divide a 50 digit number with a 25 digit number??

3301


write a program to concatenation the string using switch case?

2155


How can I invoke another program or command and trap its output?

1151


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1058