Aptiv Interview Question

Const volatile in embedded c

Interview Answer

Anonymous

Feb 15, 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