What is the use of volatile keyword in c language | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
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