Pregunta de entrevista de Aptiv

Const volatile in embedded c

Respuesta de la entrevista

Anónimo

15 feb 2020

it makes you guarantee that this variable will not be optimized by compiler and your code will not change its value. example : status register.

1