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
Why is c called c not d or e?
What are structural members?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Which of these functions is safer to use : fgets(), gets()? Why?
Is that possible to add pointers to each other?
What are examples of structures?
What is infinite loop?
What is the difference between mpi and openmp?
How can a program be made to print the name of a source file where an error occurs?
What is pragma in c?
Do you know the use of fflush() function?
How can you increase the size of a statically allocated array?
What is methods in c?
What is scope of variable in c?
Why ca not I do something like this?