proc() {

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

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

Answer Posted / guest

11

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c faster?

602


What is a static function in c?

635


Explain the term printf() and scanf() used in c language?

604


What is binary tree in c?

634


What are the types of i/o functions?

693






What are the scope of static variables?

614


Explain low-order bytes.

630


What is a scope resolution operator in c?

762


What the different types of arrays in c?

620


What is the difference between near, far and huge pointers?

639


How do we print only part of a string in c?

596


Why static is used in c?

629


Which is better malloc or calloc?

661


What is difference between stdio h and conio h?

899


Explain 'bus error'?

572