what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / rohit
it will come out of the for loop & hence no output.
because,when c=0,then for next condition it will check
whether 0==1000,the condition fails here itself only.
so,it doesn't go for executing any statement.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Write a program to generate the Fibinocci Series
Explain how can you be sure that a program follows the ansi c standard?
What is signed and unsigned?
What is the difference between #include and #include 'file' ?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is a lookup table in c?
What are unions in c?
What is call by value in c?
What is the general form of function in c?
What is an endless loop?
What are terms in math?
Why main is not a keyword in c?
What are runtime error?
What is pointer to pointer in c with example?
What are identifiers and keywords in c?