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 / vishnu
ur printf syntax is wrong so..u'll will get syntax error
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the size of structure in c?
What is structure and union in c?
What is volatile c?
How can I open files mentioned on the command line, and parse option flags?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Write a program to print numbers from 1 to 100 without using loop in c?
Write a program of prime number using recursion.
Why we use stdio h in c?
In C language what is a 'dangling pointer'?
What is header file in c?
What is table lookup in c?
What is s in c?
How can I ensure that integer arithmetic doesnt overflow?
What is use of #include in c?
Which is better oop or procedural?