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 the static variables

Answer Posted / smriti patnaik

static variables are variables that are initiated only once
in a memory,suppose u have initiated a variable as static
everytime u visit a iteration the value is changed 4m the
initialised value,not like auto variables where the values
remain same everytime u visit a iteration

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a pointer in c?

1685


What are valid signatures for the Main function?

1290


What is int main () in c?

1126


What are pointers? What are stacks and queues?

1215


What is sizeof in c?

1049


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

1106


Where is volatile variable stored?

1141


When is a void pointer used?

1303


write a program to find out prime number using sieve case?

2137


What is c standard library?

1269


How can I insert or delete a line (or record) in the middle of a file?

1069


How can I handle floating-point exceptions gracefully?

1239


What does %2f mean in c?

1279


What is use of null pointer in c?

1055


What is a static function in c?

1238