how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / sai
It doesn't has condition in the loop to move on, and here i
is of type what?, not mentioned.
This loop doesn't executes with this condition, it should
be told i<= or i>= depending on the requirement.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Explain enumerated types.
What is memcpy() function?
Write a program for Overriding.
explain what are pointers?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is the difference between a string and an array?
Mention four important string handling functions in c languages .
Explain what are preprocessor directives?
Tell me with an example the self-referential structure?
How do you construct an increment statement or decrement statement in C?
What is c programming structure?
What is a wrapper function in c?
How can I run c program?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.