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 / aparna
both of the answers are wrong
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Is it possible to execute code even after the program exits the main() function?
What is character set?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain what are linked list?
code for quick sort?
What is operator promotion?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What are the different categories of functions in c?
What are header files in c programming?
What is the significance of c program algorithms?
Explain what will the preprocessor do for a program?
What does %2f mean in c?
What is int main () in c?
What is struct node in c?
What is string length in c?