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 static?

Answer Posted / suresh reddy

1. Static limits the scope of an object(variable) or a
function to the file in which it being compiled.
2. A static variable retains its value between function
calls, even though its a local variable.
3. Lifetime of a static variable is the entire program.
4. We can't use extern keyword for a static object.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is encapsulation example?

1119


What is polymorphism programming?

1173


What are the components of marker interface?

1100


Why it is called runtime polymorphism?

1197


What is the importance of oop?

1139


How do you define social class?

1114


What is an interface in oop?

1087


Why is abstraction used?

1135


What is encapsulation in oop?

1098


What is overriding in oops?

1155


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

2196


What is constructor in oop?

1162


What is abstraction in oop with example?

1186


What is oops with example?

1098


write a program to find 2^n+1 ?

2120