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
How does placing some code lines between the comment symbol help in debugging the code?
Explain what is the heap?
Why c is called top down?
Explain what are preprocessor directives?
What is a shell structure examples?
What are qualifiers in c?
What is the purpose of main() function?
Difference between MAC vs. IP Addressing
Are the variables argc and argv are always local to main?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
How can I open files mentioned on the command line, and parse option flags?
How to delete a node from linked list w/o using collectons?
Tell me when would you use a pointer to a function?
Explain what are compound statements?
What is merge sort in c?