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


Please Help Members By Posting Answers For Below Questions

What are the types of assignment statements?

858


What is && in c programming?

925


What is header file in c?

857


What is a example of a variable?

786


Which node is more powerful and can handle local information processing or graphics processing?

1106


How can a program be made to print the name of a source file where an error occurs?

1015


What is a file descriptor in c?

838


What is structure data type in c?

777


Do string constants represent numerical values?

1162


diff between exptected result and requirement?

1824


Which is better pointer or array?

823


When should you not use a type cast?

906


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

841


What is the right type to use for boolean values in c? Is there a standard type?

815


What does 1f stand for?

876