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 volatile

Answer Posted / nikhil

Basically, it is a type qualifier.
a volatile data type is used at optimizer level.
Generally, in the embedded coding, When the optimizer is Set
on "favor size". The data type declaration as volatile
declares to compiler that the value of this data type can
change beyond the program flow(like interrupts.
Otherwise if the optimizer is enable, the program malfunctions.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the diffrenet bettwen HTTP and internet protocol

1886


What are operators in c?

1077


What are data structures in c and how to use them?

1223


What does the file stdio.h contain?

1120


What is a char c?

1090


What is the most efficient way to count the number of bits which are set in an integer?

1123


Write a program to swap two numbers without using third variable?

1351


Can you apply link and association interchangeably?

1180


What language is windows 1.0 written?

1140


When should structures be passed by values or by references?

1087


Why c is faster than c++?

1093


What are the rules for identifiers in c?

1123


What is a stream?

1196


What is the benefit of using an enum rather than a #define constant?

1323


Explain what is the difference between #include and #include 'file' ?

1087