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 hungarian notation? Is it worthwhile?
What is the difference between printf and scanf in c?
What are the types of bitwise operator?
What does %p mean c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Can a variable be both constant and volatile?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is function prototype in c with example?
Can we initialize extern variable in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Can we replace the struct function in tree syntax with a union?
Explain what is a stream?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is the difference between new and malloc functions?
What are the advantages and disadvantages of c language?