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 / sadheesh kumar.s, vlbjcas,cova
the correct answer is
4
3
2
1
0
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is the difference between a function and a method in c?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
why programs in c are running with out #include
Do array subscripts always start with zero?
How main function is called in c?
Why pointers are used in c?
What is sizeof array in c?
What are valid operations on pointers?
Explain what header files do I need in order to define the standard library functions I use?
How the c program is executed?
What is a struct c#?
Disadvantages of C language.
Was 2000 a leap year?
What is break in c?
Is javascript based on c?