Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

volatile keyword in c

C's volatile keyword is a qualifier that is applied to a variable when it is declared. 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.
 
PREVIOUS NEXT
Tagged: #volatile #keyword
ADD COMMENT
Topic
Name
5+2 =