int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);

Answer Posted / jai

printf() will never be executed since for() is an infinite
loop.

Is This Answer Correct ?    30 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 5 types of organizational structures?

772


Describe static function with its usage?

864


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

978


There seem to be a few missing operators ..

807


Explain what is wrong with this program statement?

856


What does the format %10.2 mean when included in a printf statement?

1355


Is c call by value?

800


Is anything faster than c?

777


How do you define structure?

793


What are dangling pointers? How are dangling pointers different from memory leaks?

909


What is property type c?

833


What is 1d array in c?

844


How to throw some light on the b tree?

814


Write a code to determine the total number of stops an elevator would take to serve N number of people.

986


What is multidimensional arrays

845