what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / guest
infinite loop
| Is This Answer Correct ? | 29 Yes | 7 No |
Post New Answer View All Answers
What is a example of a variable?
What is a sequential access file?
What Is The Difference Between Null And Void Pointer?
Why is c so popular?
what are bit fields in c?
What is memory leak in c?
What is openmp in c?
What is the purpose of ftell?
is it possible to create your own header files?
Explain how do you determine whether to use a stream function or a low-level function?
What are the usage of pointer in c?
Write a code to generate a series where the next element is the sum of last k terms.
can we implement multi-threads in c.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
write a proram to reverse the string using switch case?