Can variable be declared with "Const" and "Volatile" quantifier ?
Anonymous
Yes ! However any operation following declaration that tries to modify the const volatile variable, will result into compilation error. So though a variable is declared const + volatile, only const qualifier dominates
Check out your Company Bowl for anonymous work chats.