what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / vikas chauhan
It will print funny caharcter ( ascii equivalent of 1000
trucated char) infinitely
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is bubble sort technique in c?
What functions are used for dynamic memory allocation in c language?
Can i use “int” data type to store the value 32768? Why?
Describe the order of precedence with regards to operators in C.
Is boolean a datatype in c?
What is the meaning of ?
What is table lookup in c?
Why is c called a structured programming language?
can anyone please tell about the nested interrupts?
How do c compilers work?
What does void main return?
What is the difference between array and linked list in c?
What is main function in c?
How can I change their mode to binary?
What are Macros? What are its advantages and disadvantages?