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

What is array of structure in c programming?

759


When should a far pointer be used?

607


Is c object oriented?

544


What is the explanation for prototype function in c?

573


Where we use clrscr in c?

712






State two uses of pointers in C?

642


How do you search data in a data file using random access method?

840


What does %2f mean in c?

679


What is meant by errors and debugging?

651


What are bitwise shift operators in c programming?

650


Do pointers store the address of value or the actual value of a variable?

613


What is the purpose of macro in C language?

668


What is the size of structure pointer in c?

616


Is it possible to use curly brackets ({}) to enclose single line code in c program?

802


What are global variables?

652