what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / dally
it will goto infinite loop because each time i=0 and i=100
so it will goto infinite loop.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the advantages and disadvantages of pointers?
How can you find the day of the week given the date?
What will the preprocessor do for a program?
What is character set?
What are directives in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is the use of f in c?
what do you mean by enumeration constant?
What is the use of pointers in C?
Can we change the value of constant variable in c?
Explain how can you avoid including a header more than once?
How can I call a function with an argument list built up at run time?
Should I learn c before c++?
How can I implement sets or arrays of bits?
Is c is a procedural language?