There is a qualifier called volatile very popular in embedded code bases, but sometimes it is used improperly since some misconceptions about it. Let's see how it really works. Definition Qualifying a variable as volatile tells something very straigh...