for(i=0;i=printf("Hello");i++);
printf("Hello");
how many times how will be printed?????????
Answer Posted / shashikanth
Hello wil be printed infinite times
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is f'n in math?
Who developed c language and when?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Which is best book for data structures in c?
What is scope rule in c?
What is queue in c?
Explain what are reserved words?
What are the 4 types of functions?
How do you determine whether to use a stream function or a low-level function?
How can I determine whether a machines byte order is big-endian or little-endian?
What is the full form of getch?
Explain the Difference between the New and Malloc keyword.
Mention four important string handling functions in c languages .
What are structure types in C?
When is a “switch” statement preferable over an “if” statement?