Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the scope of static variables in c language?



What is the scope of static variables in c language?..

Answer / dhanshri chabukswar

in c language the scope of a static variable depends on where it is declared
void func(){
static int x=0;
x++;
printf("%d",x);
}
scope - is x
out put- 123 if you call func()three times

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


Explain heap and queue.

0 Answers   Aricent,


Are local variables initialized to zero by default in c?

0 Answers  


what is a c-language.what is do.

4 Answers   HCL,


Can we assign integer value to char in c?

0 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


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

0 Answers  


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


how to get starting address of a running C program

3 Answers  


Explain how can I manipulate strings of multibyte characters?

0 Answers  


Categories