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 / hope
Here is the correct answer. I have written this program
into my program. I run it and got the following output:
5
4
3
2
1
0
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What does 4d mean in c?
Are pointers integers in c?
Can the “if” function be used in comparing strings?
What is c definition?
How can I use a preprocessorif expression to ?
What is the use of pointers in C?
When is a null pointer used?
Describe newline escape sequence with a sample program?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
When would you use a pointer to a function?
What is unary operator?
What is %d used for?
C language questions for civil engineering
How can you restore a redirected standard stream?
What is data structure in c programming?