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
What are local static variables?
What is a protocol in c?
What are run-time errors?
What are bitwise shift operators in c programming?
Do you know pointer in c?
What are the 5 elements of structure?
The difference between printf and fprintf is ?
What is the difference between printf and scanf )?
Can we change the value of constant variable in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Difference between Function to pointer and pointer to function
Why isnt any of this standardized in c?
What is the role of this pointer?
How do you define CONSTANT in C?
How to declare a variable?