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

Answer Posted / navdeep

"Hello" will be printed infinite times

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Did c have any year 2000 problems?

647


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

700


What is pointers in c with example?

573


Explain the difference between #include "..." And #include <...> In c?

621


Why does notstrcat(string, "!");Work?

637






Where is volatile variable stored?

639


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

551


What was noalias and what ever happened to it?

590


What are structure types in C?

659


What is methods in c?

635


How can I change their mode to binary?

687


please explain every phase in the "SDLC" in the dotnet.

2175


What does stand for?

589


what is the format specifier for printing a pointer value?

609


What is getche() function?

601