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

Answer Posted / sriharsha

It print's only what's the ASCII value of 1000 for infinite loop

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is extern used in c?

614


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1500


What is the size of empty structure in c?

595


What is meant by operator precedence?

680


What is a rvalue?

755






What are c header files?

583


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

817


What is a keyword?

749


What are the modifiers available in c programming language?

743


How can I determine whether a machines byte order is big-endian or little-endian?

624


Why main function is special give two reasons?

953


What are the string functions? List some string functions available in c.

607


Describe newline escape sequence with a sample program?

660


What is the difference between void main and main in c?

626


Can we declare a function inside a function in c?

593