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 are static variables, and where are they stored?

Answers were Sorted based on User's Feedback



What are static variables, and where are they stored?..

Answer / nashiinformaticssolutions

Static variables retain their value across multiple function calls. They are stored in the data segment of memory.

Is This Answer Correct ?    0 Yes 0 No

What are static variables, and where are they stored?..

Answer / glibwaresoftsolutions

Static variables retain their value across multiple function calls. They are stored in the data segment of memory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Can a program have multiple main() functions?

1 Answers  


What is getch () for?

0 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


develop algorithms to add polynomials (i) in one variable

0 Answers   Ignou, TCS,


how logic is used

0 Answers  


write a program for fibonaci series by using while loop in c?

2 Answers  


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?

15 Answers   Mascot,


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

0 Answers   Expedia,


Categories