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

can we implement multi-threads in c.

0 Answers  


Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.

6 Answers   Wipro,


Explain what is wrong in this statement?

0 Answers  


what is the significance of static storage class specifier?

0 Answers  


What are enumerated types?

0 Answers  






What is the difference between the expression “++a” and “a++”?

0 Answers  


Can you apply link and association interchangeably?

0 Answers   InterGraph,


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);

1 Answers   HCL, Public Service Commission,


Why calloc is better than malloc?

0 Answers  


what is answer for perfect number????????????????

1 Answers  


What is bubble sort technique in c?

0 Answers  


Categories