What is the use of volatile keyword in c language | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What is the use of volatile keyword in c language

C language

14th Apr 2020, 2:01 PM
Hanu Hanuma
Hanu Hanuma - avatar
2 ответов
0
What is the difference between volatile x=1 and const volatile x=1
14th Apr 2020, 2:09 PM
Hanu Hanuma
Hanu Hanuma - avatar
- 1
It tells the compiler that the value of the variable may change at any time--without any action being taken by the code the compiler finds nearby.
14th Apr 2020, 2:06 PM
sarada lakshmi
sarada lakshmi - avatar