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

Answer Posted / vikas chauhan

It will print funny caharcter ( ascii equivalent of 1000
trucated char) infinitely

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can 'this' pointer by used in the constructor?

608


What is difference between union All statement and Union?

628


When should a type cast be used?

573


What is the difference between local variable and global variable in c?

684


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

905






What is a sequential access file?

644


Explain what is gets() function?

627


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1519


Explain how do you declare an array that will hold more than 64kb of data?

899


What are c identifiers?

625


What is pre-emptive data structure and explain it with example?

3203


What are the 4 types of organizational structures?

621


What are pragmas and what are they good for?

569


Explain what does the function toupper() do?

629


Explain the difference between ++u and u++?

633