What is the significance of const & volatile qualifier?Why const and volatile qualifiers can be used together for same variable? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the significance of const & volatile qualifier?Why const and volatile qualifiers can be used together for same variable?

Const and Volatile Qualifiers in C program!

26th Aug 2020, 7:39 AM
LearnerForLife
2 Answers
+ 2
https://stackoverflow.com/questions/4592762/difference-between-const-const-volatile#:~:text=In%20C%2C%20const%20and%20volatile,t%20modifiable%20by%20the%20program.&text=volatile%20means%20that%20the%20variable,executed%20to%20its%20memory%20address. have a read.
26th Aug 2020, 8:59 AM
Hima
Hima - avatar
0
Hima Thanks!! 🙌
27th Aug 2020, 8:03 AM
LearnerForLife