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 meant by global static? why we have to use static
variable instead of Global variable

Answer Posted / abdur rab

Static remains throughout the program, however its scope is
limited to that file alone. If a program consists of
multiple files, you want a variable to be seen by the
entire file and do not want that variable to be seen by the
other files, then mark is as static

static int a;

as a global variable

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of this pointer?

1450


Does c have enums?

1171


What are linker error?

1145


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1538


Tell me with an example the self-referential structure?

1075


Can we access array using pointer in c language?

1124


Is a house a mass structure?

1152


largest Of three Number using without if condition?

1662


Do you have any idea about the use of "auto" keyword?

1128


What does the format %10.2 mean when included in a printf statement?

1705


What is the general form of #line preprocessor?

1039


What are the types of functions in c?

1034


What is assignment operator?

1108


What is getch () for?

1312


What is c programming structure?

1272