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 is bubble sort in c?
What is const volatile variable in c?
How do I read the arrow keys? What about function keys?
application attempts to perform an operation?
Who is the main contributor in designing the c language after dennis ritchie?
What is sizeof return in c?
What is difference between && and & in c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is the collection of communication lines and routers called?
What is the difference between char array and char pointer?
Explain the difference between malloc() and calloc() in c?
How to write a code for reverse of string without using string functions?
What are the types of variables in c?
What is wrong with this program statement?