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

Answer Posted / m.kiran kumar

warning occurs as possibly incorrect statement.
and the statement falls into infinite loop printing the
ascii character equivalent to 0

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

develop algorithms to add polynomials (i) in one variable

1745


What are the various types of control structures in programming?

630


What does struct node * mean?

603


Subtract Two Number Without Using Subtraction Operator

357


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

706






What is derived datatype in c?

637


What does %p mean?

596


Do you know the difference between malloc() and calloc() function?

616


What is putchar() function?

638


Do array subscripts always start with zero?

786


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

599


How do I get an accurate error status return from system on ms-dos?

649


How can I call a function with an argument list built up at run time?

641


Write a C program in Fibonacci series.

635


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1138