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

Answers were Sorted based on User's Feedback



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

Answer / ashok

I think it will print ascii values of 0,1,2 and so on upto 1000

Is This Answer Correct ?    4 Yes 13 No

Post New Answer

More C Interview Questions

Explain how many levels deep can include files be nested?

0 Answers  


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


What is a far pointer in c?

0 Answers  


Explain how can I convert a number to a string?

0 Answers  


What is the function of volatile in c language?

0 Answers  






Write a program to print factorial of given number without using recursion?

0 Answers  


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

0 Answers  


What is the use of define in c?

0 Answers  


What is operator promotion?

0 Answers  


How do I initialize a pointer to a function?

2 Answers  


Ow can I insert or delete a line (or record) in the middle of a file?

0 Answers  


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


Categories