Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
volatile variable
Jump to user comments
programming A variable in a computer program which can be
modified by processes other than the program. For example, a
variable that stores the value of a timer chip (either because
it is located at the address of the hardware device or because
it is updated on interrupts) needs to be volatile to be
useful.