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

Infinite

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

3170


How can you find out how much memory is available?

1114


Tell me about low level programming languages.

1190


What are volatile variables in c?

995


What are local static variables?

1210


What is use of pointer?

1172


Can a file other than a .h file be included with #include?

1219


Explain the bubble sort algorithm.

1113


Explain the use of function toupper() with and example code?

1171


How can I get random integers in a certain range?

1127


What is a stream?

1192


Explain c preprocessor?

1160


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1134


write a program to find the given number is prime or not

4844


What is the difference between a function and a method in c?

1135