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
Explain how can a program be made to print the name of a source file where an error occurs?
What is structure padding in c?
Explain the use of #pragma exit?
Explain how many levels deep can include files be nested?
What is double pointer?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain logical errors? Compare with syntax errors.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is an expression?
How is a structure member accessed?
What do you mean by a sequential access file?
What are external variables in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
List a few unconditional control statement in c.
What does c in a circle mean?