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 / vishnu
ur printf syntax is wrong so..u'll will get syntax error
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the types of assignment statements?
What is && in c programming?
What is header file in c?
What is a example of a variable?
Which node is more powerful and can handle local information processing or graphics processing?
How can a program be made to print the name of a source file where an error occurs?
What is a file descriptor in c?
What is structure data type in c?
Do string constants represent numerical values?
diff between exptected result and requirement?
Which is better pointer or array?
When should you not use a type cast?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is the right type to use for boolean values in c? Is there a standard type?
What does 1f stand for?