how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / rahul
infinite times
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Where are some collections of useful code fragments and examples?
What is the use of parallelize in spark?
what do you mean by inline function in C?
Explain how do you search data in a data file using random access method?
What is operator promotion?
How can a program be made to print the name of a source file where an error occurs?
What is #include cctype?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Why is c so powerful?
can anyone please tell about the nested interrupts?
Explain the advantages and disadvantages of macros.
p*=(++q)++*--p when p=q=1 while(q<=6)
explain what is fifo?
what are the advantages of a macro over a function?