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
What is new line escape sequence?
How do I create a directory? How do I remove a directory (and its contents)?
What is volatile, register definition in C
What is page thrashing?
What is keyword with example?
What is the difference between single charater constant and string constant?
Explain what is a 'locale'?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is volatile variable in c with example?
What is sizeof c?
What is a volatile keyword in c?
How does placing some code lines between the comment symbol help in debugging the code?
What are the valid places to have keyword “break”?
What is c mainly used for?
What is the use of #include in c?