View Single Post
Old 16-03-08, 11:27 PM   #2 (permalink)
rbhurchandi
Junior Member
 
Join Date: Mar 2008
Age: 25
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1 rbhurchandi is on a distinguished road
Re: Can you have constant volatile variable?

Quote:
Originally Posted by radhika_btech View Post
Can you have constant volatile variable?
yes you can have constant volatile variable in cases where you are using a variable value of which wont changed by your program but may change asynchronously because of some external event.
rbhurchandi is offline   Reply With Quote