what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / manju
In each iteration the equivalent ascii values of 0 to 1000
will print.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
What is pragma c?
Is c easier than java?
Can we change the value of #define in c?
If errno contains a nonzero number, is there an error?
Explain what are compound statements?
given post order,in order construct the corresponding binary tree
Explain how many levels deep can include files be nested?
What is main return c?
What is the difference between union and structure in c?
What are the different properties of variable number of arguments?
What is gets() function?
How can I dynamically allocate arrays?
What is anagram in c?
Explain why c is faster than c++?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon