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 does sizeof int return?

601


What is the use of clrscr?

609


In C language, a variable name cannot contain?

759


Explain the ternary tree?

613


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

646






Is it better to use malloc() or calloc()?

658


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

641


What are the types of variables in c?

591


What is the newline escape sequence?

599


Explain the difference between malloc() and calloc() function?

613


What oops means?

596


difference between native and cross compilers

1684


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4551


What is declaration and definition in c?

536


diff between exptected result and requirement?

1606