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
Combinations of fibanocci prime series
Compare interpreters and compilers.
Is a house a shell structure?
What are loops c?
Is that possible to add pointers to each other?
Is using exit() the same as using return?
What are bitwise shift operators in c programming?
What does == mean in texting?
Why flag is used in c?
what is the format specifier for printing a pointer value?
Explain the advantages and disadvantages of macros.
What is meant by inheritance?
Why do we need volatile in c?
Explain a file operation in C with an example.
What is New modifiers?