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 static is used in c?
Explain how many levels deep can include files be nested?
Multiply an Integer Number by 2 Without Using Multiplication Operator
How do you print only part of a string?
Difference between strcpy() and memcpy() function?
how to build a exercise findig min number of e heap with list imlemented?
What is the difference between text and binary i/o?
What are the features of the c language?
write a program in c language to print your bio-data on the screen by using functions.
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Is null a keyword in c?
What are the differences between new and malloc in C?
Which header file is used for clrscr?
regarding pointers concept