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

Answer Posted / srsabariselvan

infinite loop.
and print the character associated with the 1000,1001,1002,....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1524


Is there a way to jump out of a function or functions?

638


What is the significance of scope resolution operator?

865


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

720


What does 4d mean in c?

951






Explain high-order and low-order bytes.

671


What is a example of a variable?

557


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1471


What is the scope of an external variable in c?

571


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

657


What is c++ used for today?

673


Explain a file operation in C with an example.

665


What is c system32 taskhostw exe?

598


Explain the properties of union.

615


What does d mean?

589