rekha_sri


{ City } chennai
< Country > india
* Profession * software engineer
User No # 45945
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 9
Users Marked my Answers as Wrong # 0
Questions / { rekha_sri }
Questions Answers Category Views Company eMail




Answers / { rekha_sri }

Question { 3433 }

where do we use volatile keyword?


Answer

* A variable should be declared volatile whenever its value
could change unexpectedly.

* A volatile qualifier must be used when reading the contents
of a memory location whose value can change unknown to the
current program.

* A volatile qualifier must be used for shared data modified
in signal handlers or interrupt service routines.

Is This Answer Correct ?    9 Yes 0 No