what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / abdur rab
It goes into an infinite loop.
The compiler will check only the syntax, it is upto the
programmer to implement correct logic.
other than initialization, c is always 1000 and there is no
condition to be break the loop
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a pointer in c?
What is a node in c?
what is the diffrenet bettwen HTTP and internet protocol
How are strings stored in c?
What kind of structure is a house?
How do you determine the length of a string value that was stored in a variable?
If null and 0 are equivalent as null pointer constants, which should I use?
if p is a string contained in a string?
Why c is called free form language?
Difference between linking and loading?
What is the use of a semicolon (;) at the end of every program statement?
What is the 'named constructor idiom'?
Explain how can I open a file so that other programs can update it at the same time?
Explain union.
What are predefined functions in c?