how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / guest
infinite coz there is no condition to stop it
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is a protocol in c?
Where in memory are my variables stored?
What is a function simple definition?
Is c easy to learn?
What is 1f in c?
What does %d do?
How many types of errors are there in c language? Explain
What is memcpy() function?
When should a type cast not be used?
What is c preprocessor mean?
What is a macro, and explain how do you use it?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
How do you redirect a standard stream?
Are enumerations really portable?
Write a program with dynamically allocation of variable.