for(i=0;i=printf("Hello");i++);
printf("Hello");
how many times how will be printed?????????

Answer Posted / m.manivel

Hello will be printed infinite times and if u want to print
10 times for put i=10;(or)print for 100 times put i=100;for
user choice

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use break in c?

560


Can main () be called recursively?

641


What is the difference between memcpy and memmove?

612


Are negative numbers true in c?

608


What standard functions are available to manipulate strings?

573






What kind of structure is a house?

568


What is the difference between malloc() and calloc()?

623


How can I access an I o board directly?

634


Why are algorithms important in c program?

630


write a program fibonacci series and palindrome program in c

636


What are the 5 types of inheritance in c ++?

594


Write a progarm to find the length of string using switch case?

1623


Explain modulus operator. What are the restrictions of a modulus operator?

608


How many parameters should a function have?

674


Can a variable be both const and volatile?

684