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
What is assert and when would I use it?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
How can you avoid including a header more than once?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is enumerated data type in c?
How can you determine the maximum value that a numeric variable can hold?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Stimulate calculator using Switch-case-default statement for two numbers
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Is calloc better than malloc?
What’s the special use of UNIONS?
largest Of three Number using without if condition?
What is a nested formula?
What is the use of pragma in embedded c?
Which is better malloc or calloc?