Pergunta de entrevista da empresa Qualcomm

Describe the volatile?

Resposta da entrevista

Sigiloso

2 de ago. de 2012

volatile... The word simply means not permanent. If we talk about volatile memory then volatile refers "the data would be lost if power gone"; In variable declaration; It means that this kind of variable gets restored each time the block of code executes. It does not keep its value after finishing the execution of the block.