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 / mahender
printf prints value by using format spicefiers
bt in this printf(i--);
means
error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by keywords in c?
Are pointers integer?
What is hash table in c?
In C, What is the #line used for?
program for reversing a selected line word by word when multiple lines are given without using strrev
How can I delete a file?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is the purpose of sprintf() function?
What is || operator and how does it function in a program?
What is difference between array and structure in c?
Explain how can you be sure that a program follows the ansi c standard?
Where static variables are stored in c?
What are # preprocessor operator in c?
How can you restore a redirected standard stream?
Explain how can you check to see whether a symbol is defined?