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 / niranjan kumar niraj

output is 1

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1819


What is formal argument?

1129


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

1110


How to throw some light on the b tree?

1081


Explain spaghetti programming?

1244


i have a written test for microland please give me test pattern

2730


Tell me what is the purpose of 'register' keyword in c language?

1006


When should the const modifier be used?

1103


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1091


What are two dimensional arrays alternatively called as?

1177


Write a program to generate the Fibinocci Series

1232


Explain how do you generate random numbers in c?

1082


How can you restore a redirected standard stream?

1119


What is the difference between strcpy() and memcpy() function in c programming?

1084


What is d scanf?

1083