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

how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");

Answer Posted / sai

It doesn't has condition in the loop to move on, and here i
is of type what?, not mentioned.
This loop doesn't executes with this condition, it should
be told i<= or i>= depending on the requirement.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use break in c?

1074


Is swift based on c?

1150


Write a code of a general series where the next element is the sum of last k terms.

1092


Where does the name "C" come from, anyway?

1216


Is it valid to address one element beyond the end of an array?

1226


Write a program of prime number using recursion.

1128


What are the restrictions of a modulus operator?

1163


How can I rethow can I return a sequence of random numbers which dont repeat at all?

1239


Explain the difference between strcpy() and memcpy() function?

1065


What is keyword in c?

1063


What does emoji p mean?

1205


Why do we use null pointer?

1116


What is getch() function?

1109


how to construct a simulator keeping the logical boolean gates in c

2304


What are header files and explain what are its uses in c programming?

1172