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

infinite loop becouse ther is no condition given there.
absence of condition it will be printing hi infinite time

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many parameters should a function have?

1251


How do you write a program which produces its own source code as output?

1175


What are the 5 elements of structure?

1130


What was noalias and what ever happened to it?

1097


What are the different types of endless loops?

1128


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

3126


Explain what is the most efficient way to store flag values?

1272


Explain logical errors? Compare with syntax errors.

1128


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

1189


Are local variables initialized to zero by default in c?

1100


What is the correct declaration of main?

1265


Who invented bcpl language?

1248


Can a function argument have default value?

1210


What are type modifiers in c?

1097


Explain b+ tree?

1127