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

What are header files why are they important?

576


Explain continue keyword in c

580


Give me the code of in-order recursive and non-recursive.

882


How is = symbol different from == symbol in c programming?

607


how to find binary of number?

3421






Using which language Test cases are added in .ptu file of RTRT unit testing???

3581


Explain what will the preprocessor do for a program?

593


What is #line used for?

576


Explain what is the difference between the expression '++a' and 'a++'?

623


What is the hardest programming language?

663


What is the advantage of using #define to declare a constant?

616


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

667


What the advantages of using Unions?

667


What is a constant?

626


What is the difference between abs() and fabs() functions?

601