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

Answer Posted / dally

it will goto infinite loop because each time i=0 and i=100
so it will goto infinite loop.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a function method?give example?

1914


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

577


What are header files why are they important?

582


How can I sort more data than will fit in memory?

630


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1768






How can I open files mentioned on the command line, and parse option flags?

596


Write a program for finding factorial of a number.

636


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1509


Is fortran faster than c?

585


What is getch () for?

679


Combinations of fibanocci prime series

1114


What is indirection?

653


How can you be sure that a program follows the ANSI C standard?

1132


What is the difference between ++a and a++?

697


Explain what is wrong in this statement?

635