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

Infinite Loop...

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between union and structure in c?

1083


What is malloc return c?

970


What is the purpose of 'register' keyword in c language?

975


Are pointers integers in c?

1023


Why pointers are used in c?

943


Why use int main instead of void main?

1066


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1411


Explain what are run-time errors?

1029


Write the Program to reverse a string using pointers.

964


Is there a way to compare two structure variables?

1051


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1878


What is the difference between %d and %i?

1039


which is an algorithm for sorting in a growing Lexicographic order

1742


What is else if ladder?

960


Why is c called "mother" language?

1228