What is the scope of static variables?



What is the scope of static variables?..

Answer / vatsava

Local to the block

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


How many levels deep can include files be nested?

0 Answers  


What is the best way of making my program efficient?

0 Answers  


can we define a function in structure?

2 Answers  


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


what is c?

4 Answers   IBM, TCS,


wats SIZE_T meant for?

1 Answers  


What functions are used in dynamic memory allocation in c?

0 Answers  


Why do we write return 0 in c?

0 Answers  


What is the difference between %d and %*d in C

3 Answers  


What is the difference between a function and a method in c?

0 Answers  


Categories