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

Why isn't it being handled properly?

638


in linking some of os executables are linking name some of them

1645


What is a void pointer? When is a void pointer used?

614


Explain what does it mean when a pointer is used in an if statement?

611


while initialization of array why we use a[][2] why not a[2][]...?

1857






Why c language is called c?

560


What are # preprocessor operator in c?

622


How many parameters should a function have?

659


How many types of sorting are there in c?

600


What is difference between far and near pointers?

597


Do you know what are bitwise shift operators in c programming?

577


What do you mean by dynamic memory allocation in c?

640


Why is c so popular?

640


Explain what is a program flowchart and explain how does it help in writing a program?

641


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

600