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 b/w extern & volatile variable??

Answer Posted / mchilakala

Extern keyword specifies that the variable had been
declared globally where as volatile keyword specifies that
there is a chance of changing it's value by external
conditions.
Ex:
if we declare a variable as

"Volatile date=03/08/2011"
then output is 03/08/2011
then after one day the output will change to 04/08/2011.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is dynamic memory allocation?

1388


What is the use of f in c?

1029


Where define directive used?

1141


What are the different types of objects used in c?

1079


Without Computer networks, Computers will be half the use. Comment.

2350


Is it better to use malloc() or calloc()?

1172


What does & mean in scanf?

1164


What is d scanf?

1140


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1372


Process by which one bit pattern in to another by bit wise operation is?

1222


What is scope and lifetime of a variable in c?

1115


Explain how do you convert strings to numbers in c?

1125


What is bubble sort technique in c?

1032


What is a wrapper function in c?

1167


Write the control statements in C language

1274