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

Answer Posted / m.kiran kumar

warning occurs as possibly incorrect statement.
and the statement falls into infinite loop printing the
ascii character equivalent to 0

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

1855


How can I implement sets or arrays of bits?

601


How can you avoid including a header more than once?

564


What is the use of header?

617


What is the size of a union variable?

597






Explain output of printf("Hello World"-'A'+'B'); ?

969


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

668


What is sizeof array?

606


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3975


What are the standard predefined macros?

630


What is null character in c?

684


Why & is used in scanf in c?

621


Explain void pointer?

587


What is the basic structure of c?

553


Explain what is the benefit of using an enum rather than a #define constant?

715