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
How do you define a string?
Describe the difference between = and == symbols in c programming?
What is static identifier?
What should malloc() do?
What is sizeof int in c?
What is putchar() function?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
How can a string be converted to a number?
How will you delete a node in DLL?
What is the use of the function in c?
Why do we use return in c?
Can you please explain the difference between exit() and _exit() function?
What are different storage class specifiers in c?
Explain the properties of union. What is the size of a union variable
What is the advantage of using #define to declare a constant?