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
Why do we use & in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the difference between arrays and pointers?
What is static identifier?
Explain how do you sort filenames in a directory?
What is a class c rental property?
Explain the red-black trees?
What does p mean in physics?
Explain how can I read and write comma-delimited text?
What language is lisp written in?
What is pointer to pointer in c language?
What are the three constants used in c?
Explain what is wrong with this statement? Myname = ?robin?;
What is volatile variable how do you declare it?
Explain the difference between #include "..." And #include <...> In c?