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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What do mean by network ?

1219


Explain how do you generate random numbers in c?

1136


When was c language developed?

1260


What type of function is main ()?

1095


What is the use of getchar functions?

1233


explain how do you use macro?

1209


What is the difference between strcpy() and memcpy() function in c programming?

1135


Explain what are compound statements?

1106


What are register variables? What are the advantage of using register variables?

1237


What is the difference between void main and main in c?

1215


What is unsigned int in c?

1058


What is the scope of static variable in c?

1085


What is c system32 taskhostw exe?

1075


How can I recover the file name given an open stream or file descriptor?

1143


What is the difference between printf and scanf )?

1155