how does the for loop work actually..suppose for the
following program how it ll work plz explain to me
for(i=5;i>=0;i--)
prinf(i--);
Answer Posted / jinga lala
5
3
1
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How can I write functions that take a variable number of arguments?
What is the difference between union and anonymous union?
Where does the name "C" come from, anyway?
What are multibyte characters?
Difference between goto, long jmp() and setjmp()?
What is volatile variable in c with example?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Can we change the value of #define in c?
What are the different types of objects used in c?
Explain 'bus error'?
What is non linear data structure in c?
How to draw the flowchart for structure programs?
What is difference between stdio h and conio h?
When should a far pointer be used?
What is difference between main and void main?