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 difference between static and non-static variables

Answer Posted / sv

static variable retains its value like a global variable,
but visible with in the scope.
While non static variable will not be retained one it come
out of the scope or block. Again the visibility is local to
the block.

Is This Answer Correct ?    53 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How one would use switch in a program?

1116


What is polymorphism in c++? Explain with an example?

1102


What are the unique features of C++.

1143


Explain class invariant.

1118


Write a program using display() function which takes two arguments.

1121


If a function doesn’t return a value, how do you declare the function?

1108


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

1115


What is singleton pattern in c++?

1047


Write a program to concatenate two strings.

1147


How can we read/write Structures from/to data files?

1184


What do you mean by volatile and mutable keywords used in c++?

1043


What is the best way to take screenshots of a window with c++ in windows?

1094


What language is a dll written in?

1068


What character terminates all character array strings a) b) . c) END

1348


What information can an exception contain?

1205