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 / mahender

printf prints value by using format spicefiers
bt in this printf(i--);
means
error

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Combinations of fibanocci prime series

1396


Compare interpreters and compilers.

861


Is a house a shell structure?

944


What are loops c?

840


Is that possible to add pointers to each other?

1164


Is using exit() the same as using return?

964


What are bitwise shift operators in c programming?

872


What does == mean in texting?

963


Why flag is used in c?

900


what is the format specifier for printing a pointer value?

830


Explain the advantages and disadvantages of macros.

877


What is meant by inheritance?

888


Why do we need volatile in c?

976


Explain a file operation in C with an example.

925


What is New modifiers?

911