what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / shruti
It will give a compilation error..
the for loop syntax is
for(initialize; condition ; inc / dec)
condition -> assignment operator is wrong..
there should be 2 equals ("==")..
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is the difference between class and object in c?
What is a method in c?
What are pointers?
write a program for the normal snake games find in most of the mobiles.
Where local variables are stored in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the difference between printf and scanf in c?
What are terms in math?
What are the keywords in c?
What is difference between %d and %i in c?
What does %p mean?
How can I use a preprocessorif expression to ?
Did c have any year 2000 problems?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is output redirection?