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 ambagious result in C? explain with an example.

2695


Why do we need arrays in c?

1204


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

1304


What should malloc(0) do?

1180


How can I invoke another program or command and trap its output?

1148


What is the purpose of void pointer?

1099


What is pre-emptive data structure and explain it with example?

3786


Can you tell me how to check whether a linked list is circular?

1495


Write a program to print fibonacci series without using recursion?

1215


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

1155


Explain what is the use of a semicolon (;) at the end of every program statement?

1260


How would you obtain the current time and difference between two times?

1333


Explain what will the preprocessor do for a program?

1109


Calculate 1*2*3*____*n using recursive function??

2095


What is the difference between array and pointer?

1079