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 / hope
Here is the correct answer. I have written this program
into my program. I run it and got the following output:
5
4
3
2
1
0
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
i want to know the procedure of qualcomm for getting a job through offcampus
Write a Program to find whether the given number or string is palindrome.
What is NULL pointer?
What is your stream meaning?
What is a static function in c?
What are the similarities between c and c++?
What is calloc malloc realloc in c?
List the difference between a While & Do While loops?
what is recursion in C
Here is a neat trick for checking whether two strings are equal
What is wild pointer in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What do header files do?
What does %c do in c?
What is structure padding in c?