proc() {

static i=10;
printf("%d",i);
}

If this proc() is called second time, what is the output?

Answer Posted / krupakar

The answer is 10.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does node * mean?

703


What is the scope of an external variable in c?

561


What is ambagious result in C? explain with an example.

2047


Explain what’s a signal? Explain what do I use signals for?

604


What are the benefits of c language?

639






What does c mean before a date?

583


What is the significance of an algorithm to C programming?

588


Should I learn c before c++?

591


What is p in text message?

530


in iso what are the common technological language?

1624


Why doesn't C support function overloading?

1601


What do you mean by a local block?

621


What is the use of define in c?

590


Can we declare variables anywhere in c?

570


What is meant by keywords in c?

610