how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / viji
It will give a warning message........
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What are bitwise shift operators in c programming?
What is 1f in c?
How can you access memory located at a certain address?
How do I create a directory? How do I remove a directory (and its contents)?
Why header file is used in c?
I came across some code that puts a (void) cast before each call to printf. Why?
What is union and structure?
What is wrong with this initialization?
Explain what is a const pointer?
Explain main function in c?
Explain 'far' and 'near' pointers in c.
List some basic data types in c?
Are negative numbers true in c?
What is substring in c?
Where static variables are stored in c?