what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / sriharsha
It print's only what's the ASCII value of 1000 for infinite loop
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain how do you override a defined macro?
List the different types of c tokens?
Why structure is used in c?
What are the advantages of Macro over function?
If I have a char * variable pointing to the name of a function ..
What are the properties of union in c?
Wt are the Buses in C Language
What are integer variable, floating-point variable and character variable?
How macro execution is faster than function ?
Is int a keyword in c?
What does do in c?
What is calloc in c?
Disadvantages of C language.
How do I use void main?
Is that possible to add pointers to each other?