Question d’entretien chez Aptiv

Const volatile in embedded c

Réponse à la question d'entretien

Utilisateur anonyme

15 févr. 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