Quote:
Originally Posted by radhika_btech
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.