what is op?
for(c=0;c=1000;c++)
printf("%c",c);

Answer Posted / ashok

infinite loop

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me can the size of an array be declared at runtime?

607


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

639


What happens if you free a pointer twice?

621


Is c call by value?

621


What is the size of structure in c?

709






What is a char in c?

561


Explain what’s a signal? Explain what do I use signals for?

621


Explain which function in c can be used to append a string to another string?

600


Why is c called c?

640


What does s c mean in text?

630


What is getch?

644


What is string constants?

671


How do you define structure?

576


Explain how can I read and write comma-delimited text?

669


write a program to generate address labels using structures?

4015